我可以将 GIT 存储库与 SVN 客户端一起使用吗?
目前我使用以下 SVN 客户端:TortoiseSVN for Windows 和 AnkhSVN for Visual Studio 2005+。 我听说 GIT 与 SVN 具有很高的互操作性。 我的工具可以与 GIT 存储库一起使用吗?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
至少,对于 Tortoise,你有一个 git 等效项:
TortoiseGit。
的上下文菜单">
和 gitExtension 可以帮助 Visual Studio,如 所以问题
At least, regarding Tortoise, you have a git-equivalent:
TortoiseGit.
And gitExtension can help with Visual Studio, as mentioned in this SO question
没有。 使用 git 客户端。 Git 比 SVN 更复杂,并且具有非常不同的结构。
Nope. Use the git client. Git is more complex than SVN and has a very different structure.
GitHub.com 支持 SVN 客户端对其 Git 托管存储库进行读/写:https:// github.com/blog/644-subversion-write-support
GitHub.com has read/write support for SVN clients to their Git hosted repositories: https://github.com/blog/644-subversion-write-support
您可以签出 git 存储库,但无法执行大多数其他操作。 你可以设置 tortoise git,它为 Git 提供相同的界面,尽管命令不同。
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.