On Sat, Jan 30, 2010 at 15:08, fkater@xxxxxxxxxxxxxx <fkater@xxxxxxxxxxxxxx> wrote: > Hi, > > I would like to completely migrate from subversion to git > (and NOT have subversion enabled anymore). However, I need > to be able to lookup the old subversion revision numbers > later from the git repository. The default seems to be > though, that they are replaced by git sha-1 keys. > > It would be completely o.k. here to use git tags for all > those subversion revision numbers (if possible), so, to > create a tag for each subversion revision. However, I have > neither seen any option in git nor found a script which does > that upon cloning (converting) a subversion repo into a git > repo. > > Is there a way to do so? > > Thank You > Felix > There's not really any need to tag every revision with the SVN revision number. If you use svn-all-fast-export, or git-svn to do the SVN -> Git conversion, then the SVN revision numbers will end up as part of the commit message when it is in Git. -Jacob -- 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