Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a git-svn windows client something like TortoiseSVN?

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 directory.


This is a related question but for Linux

like image 535
BCS Avatar asked May 21 '09 18:05

BCS


People also ask

Can we use TortoiseSVN for Git?

You can checkout a git repository but you can't do most of other operations. You can setup tortoise git which provides same interface for Git although the commands are different.

What is the difference between TortoiseGit and TortoiseSVN?

TortoiseGit can be classified as a tool in the "Git Tools" category, while TortoiseSVN is grouped under "Code Collaboration & Version Control". TortoiseSVN is an open source tool with 39 GitHub stars and 29 GitHub forks.


2 Answers

TortoiseGit (https://tortoisegit.org/) 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.

like image 66
fmarc Avatar answered Oct 03 '22 06:10

fmarc


Have a look at TortoiseGit which is a TortoiseSVN clone for Git.

like image 31
loraderon Avatar answered Oct 03 '22 06:10

loraderon