3
votes
3answers
192 views
How to fool git-svn to recognize merges made with svn?
We have an SVN setup with stable trunk and unstable development branch. Dev work is (mostly) done on the branch and then merged to trunk before deployment.
I use git-svn as my SVN client. …
2
votes
Why does git-svn dcommit leave duplicate commits in my git repo? Can I stop it doing that?
I don't think you're really missing anything. You might be doing some unnecessary work, though. In this case, you have two pointers to the "more work" commit, and you are asking git-svn to move one …
