简体   繁体   中英

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?

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

TortoiseGit .

来自tortoisegit.googlecode.com/git/doc/images/en/ContextMenuDirControl.png的上下文菜单

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

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

GitHub.com对其Git托管存储库的SVN客户端具有读/写支持: https//github.com/blog/644-subversion-write-support

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM