Is it possible to have a Subversion repository as a Git submodule?

后端 未结 6 1992
南方客
南方客 2020-12-04 05:02

Is there a way to add a Subversion repository as a Git submodule in my Git repository?

Something like:

git-svn submodule add https://svn.foo.com/svn/         


        
6条回答
  •  忘掉有多难
    2020-12-04 05:37

    Piston is being rewritten to support this, and the converse, plus the existing Subversion URL in a Subvresion repoistory and git+git.

    Check out the piston Github repository.

    Unfortunately it doesn't seem to have been released.

提交回复
热议问题