[ANNOUNCE] git2svn 0.1

Love Hörnquist Åstrand lha at kth.se
Wed Aug 31 22:00:16 BST 2011


Hello,

So you want to convert to git from svn but have an anonymous userbase
pulling from svn and/or tools that uses svn that you can't convert.

Use git2svn to convert the "git fast-export" dump into a svn dump
and load it into a new fresh svn repository. git2svn also supports
incremental updates.

git2svn was tested on heimdal/master and samba/v3-2-test during the
development so it should work on semi large repositories.

              http://repo.or.cz/w/git2svn.git

Please send any bug reports and comments to lha at kth.se

README:

     This program will convert a git branch to a svn ditto, it also
     support incremental updates.

     git2svn takes a git fast-export dump and converts it into a svn
     dump that is feed into svnadmin load.

     git2svn assumes its the only process that writes into the svn
     repository. This is because of the race between getting the to svn
     Revsion number from the svn, creating the dump with correct
     Revsions, and do the svnadmin load.

     git2svn also support incremental updates from a git branch to a
     svn reprositry. Its does this by setting a git tag
     (git2svn-syncpoint-branchname) where the last update was pulled
     from.



Love


--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo at vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


More information about the git-announce mailing list