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@xxxxxx 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@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html