possible to recreate svn repository from (full) git-svn clone?
问题 As title, is there any way to reconstruct a svn repo from a full clone with git-svn (containing every single commit starting from r1)? Edit: I probably should add that I am looking for a practical means to do it (near-perfect copy is okay as long as it remains usable just as the original svn repository) 回答1: Yes, it's possible to create an SVN repository rather close to your git-svn repository (even restoring svn:mergeinfo from Git merge commits and svn:ignore from .gitignore). The steps to