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?
Asked
Active
Viewed 5,365 times
4 Answers
8
At least, regarding Tortoise, you have a git-equivalent:
And gitExtension can help with Visual Studio, as mentioned in this SO question
6
Nope. Use the git client. Git is more complex than SVN and has a very different structure.

SpliFF
- 38,186
- 16
- 91
- 120
1
GitHub.com has read/write support for SVN clients to their Git hosted repositories: https://github.com/blog/644-subversion-write-support

ThVortex
- 61
- 1
- 4
0
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.

thanos.a
- 2,246
- 3
- 33
- 29