开发者

Proper flow for git + svn branches?

开发者 https://www.devze.com 2023-01-24 20:07 出处:网络
Is there a proper flow for working with git as a facade for branching on SVN? Meaning that each git branch is mapped to an SVN branch, so that I can use git\'s wonderful branching tools to help work

Is there a proper flow for working with git as a facade for branching on SVN?

Meaning that each git branch is mapped to an SVN branch, so that I can use git's wonderful branching tools to help work on svn branches.


Edit: I obviousl开发者_StackOverflow社区y know of the git svn tool. I am inquiring specifically about SVN branch related flows.


Yes, it's the 'git-svn' tool. To see more about this, see git.apache.org, where the ASF infrastructure team maintains a whole slew of git mirrors of svn. At ASF, each user clones a git repo that is set up to support 'git svn dcommit' to commit back to subversion.

0

精彩评论

暂无评论...
验证码 换一张
取 消