Karl Hasselström <kha@xxxxxxxxxxx> wrote: > What does it mean when git-svn creates branches with an @ sign and a > Subversion revision number in them? The documentation doesn't say > (and, this being perl, grepping for "@" in git-svn.perl is of little > use!). I'll be happy to write something up if you'll clue me in. Hi Karl, The follow parent feature uses it, with the foo@NNN version being the parent branch. For example, if I'm tracking http://example.com/project/trunk, but it was created from http://example.com/old-project at revision 76 (before they used the trunk/branches/tags convention), then the contents of http://example.com/old-project would show up as the ref trunk@75, and the trunk ref would start as r76 with the ref trunk@75 as its parent. -- Eric Wong - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html