RW Access git repository using svn (git-svnserver)?

后端 未结 4 1652
忘了有多久
忘了有多久 2020-12-25 14:59

Is there a program that does what git-svn does, but in a situation where the repository on the server is git, and the developer uses svn?

I know that github.com all

4条回答
  •  半阙折子戏
    2020-12-25 15:45

    I believe the git-svn link is meant to be driven by git (to monitor -- rebase or dcommit -- a SVN branch).
    Meaning you could first clone whatever git repo you need on your local server (where you also use SVN), and use that for 'git-svn' commands between your local Git repo and your SVN workspace.

    Once your local Git repo reflects adequately your SVN repo, you can push back to the remote Git server.

提交回复
热议问题