vote up 1 vote down star

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. What I don't want is a CLI as I rarely would have a command prompt sitting in the correct directly.


This is a related question but for Linux

flag

50% accept rate

3 Answers

vote up 4 vote down check

Take a look at TortoiseGit

link|flag
If it's anything like TortoiseSVN... Ohboy,Ohboy,Ohboy,!!!! – BCS May 21 at 20:15
Does TortoiseGit support the git-svn tools? – fmarc May 21 at 21:11
2  
Oh, Foo. It seem that TortoiseGit doesn't have hooks into git-svn :( at least not that I can find) – BCS May 21 at 21:11
vote up 4 vote down

TortoiseGit (http://code.google.com/p/tortoisegit/) added basic support for git-svn in release 0.8.1.0:

The release log says:

Add Basic Git-SVN Operation:

  • Add SVN DCommit Command

  • Add "SVN Rebase" and "SVN DCommit" command at shell contextmenu

  • Support Git svn-clone at clone dialog.

link|flag
vote up 2 vote down

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.

link|flag
What tools menu? Do you known of any docs that explain what that is and how to do it? – BCS May 21 at 20:52
I guess the menu only shows up once you open an existing repo. So at least for the initial git svn clone you would have to use the commandline. Once this is there, you open it with git gui, and use the Tools menu. The day-to-day update/commit cycle can then be done entirely from the gui. – fmarc May 21 at 21:08

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.