Can I use a GIT repository with SVN clients?
Asked Answered
G

4

9

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?

Griefstricken answered 23/5, 2009 at 17:59 Comment(0)
E
8

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

Editor answered 23/5, 2009 at 18:39 Comment(0)
D
6

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

Discoid answered 23/5, 2009 at 18:7 Comment(0)
Z
1

GitHub.com has read/write support for SVN clients to their Git hosted repositories: https://github.com/blog/644-subversion-write-support

Zashin answered 10/5, 2012 at 4:45 Comment(0)
V
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.

Valais answered 15/1, 2017 at 13:28 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.