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 shoul
In theory, it is possible to recreate a repository that is very close to the original Subversion repository. However, there are some aspects of Subversion repository data (such as properties and mergeinfo) that is not cloned by git-svn. Therefore you won't necessarily be able to recreate an exact copy of the original.