possible to recreate svn repository from (full) git-svn clone?

后端 未结 2 535
攒了一身酷
攒了一身酷 2021-01-05 06:36

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

2条回答
  •  天命终不由人
    2021-01-05 07:00

    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.

提交回复
热议问题