我可以将 GIT 存储库与 SVN 客户端一起使用吗?

发布于 2024-07-20 09:24:13 字数 132 浏览 9 评论 0原文

目前我使用以下 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

不即不离 2024-07-27 09:24:13

至少,对于 Tortoise,你有一个 git 等效项:

TortoiseGit

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

gitExtension 可以帮助 Visual Studio,如 所以问题

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

川水往事 2024-07-27 09:24:13

没有。 使用 git 客户端。 Git 比 SVN 更复杂,并且具有非常不同的结构。

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

笑忘罢 2024-07-27 09:24:13

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

等往事风中吹 2024-07-27 09:24:13

您可以签出 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文