Proper flow for git + svn branches?
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.
精彩评论