I like TortoiseSVN\'s Windows integration. Is there something like that for dealing with git-svn? I\'d even go with a less integrated GUI if it is quick enough to access. Wh
The easiest way I found was to use the git gui
, and add a git svn dcommit
and git svn rebase
command to the Tools menu.
If you install msysGit, it will even put a 'Git GUI here' command in your context menu.
This has the advantage of not requiring any additional software apart from git itself, and will work on every platform that git (gui) runs on.
Edit: I should mention that this is exactly the way I have been productively using git against our svn-repos for a few months now. Works just fine. And it's the same on Windows, Linux, whatever. So no need to use different tools for the same job, depending on the OS.
Have a look at TortoiseGit which is a TortoiseSVN clone for Git.
You can use TortoiseSVN itself. That's what I do.