Search code examples
svngittortoisesvngit-svnankhsvn

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?


Solution

  • 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