Re: Where do CVS "descriptions" get stored?
Tim Landscheidt <[email protected]>
| Newsgroups | gmane.comp.version-control.subversion.cvs2svn.user |
|---|---|
| Organization | <URI:http://www.tim-landscheidt.de/> |
| Message-ID | <[email protected]> |
Michael Haggerty <[email protected]> wrote: >>>> P. S.: git does not have a notion of file properties in a >>>> Subversion way, does it? >>> Typically, git applications store extra metadata directly in the commit >>> message. Historically, I don't think that git has had the analog of SVN >>> properties. >> Do you happen to have any (publicly accessible) examples of >> that "metadata directly in the commit message"? > An example is git-svn, which adds a line at the bottom of commit > messages that looks like > git-svn-id: http://cvs2svn.tigris.org/svn/cvs2svn/trunk@5031 > be7e6eca-30d4-0310-a8e5-ac0d63af7087 > In this case I don't know specifically whether the information is used > by the software or is just there for user edification. But in any case that would only be equivalent to Subver- sion's per-revision properties, wouldn't it? Given man git-svn's: | [...] | BUGS | We ignore all SVN properties except | svn:executable. Any unhandled properties are | logged to $GIT_DIR/svn/<refname>/unhandled.log | [...] there seems to be no obvious translation to git. Tim ------------------------------------------------------ http://cvs2svn.tigris.org/ds/viewMessage.do?dsForumId=1670&dsMessageId=2446271 To unsubscribe from this discussion, e-mail: [[email protected]].