Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can I use a GIT repository with SVN clients?

Currently I'm using the following SVN clients: TortoiseSVN for Windows and AnkhSVN for Visual Studio 2005+. I heard that GIT has a great level of interoperability with SVN. Would my tools work with a GIT repository?

like image 995
Jader Dias Avatar asked May 23 '09 17:05

Jader Dias


2 Answers

At least, regarding Tortoise, you have a git-equivalent:

TortoiseGit.

Context Menu from tortoisegit.googlecode.com/git/doc/images/en/ContextMenuDirControl.png

And gitExtension can help with Visual Studio, as mentioned in this SO question

like image 93
VonC Avatar answered Oct 10 '22 19:10

VonC


Nope. Use the git client. Git is more complex than SVN and has a very different structure.

like image 42
SpliFF Avatar answered Oct 10 '22 18:10

SpliFF