有人在同一台机器上同时使用 Tortoise Git 和 Subversion 吗?
有人同时安装吗?显然,将每个项目用于单独的项目。我猜应该不是问题,但希望能解决任何问题。此外,有人在同一台机器上使用 Tortoise Git、Subversion 和 Mercurial 吗?
编辑:忘了提及,这是针对 Windows 7 的。
Anyone install both? Using each for separate projects obviously. Shouldn't be a problem, I'm guessing, but hoping to fish out any gotchas. Furthermore, anyone use Tortoise Git, Subversion and Mercurial on the same machine?
Edit: Forgot to mention, this is for Windows 7.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(5)
在 Windows 8.1 上,图标叠加存在问题。当您在 hg 中签出新存储库时,git 会在文件夹上放置未版本化的覆盖,即使这些文件夹在 hg 中进行了版本控制。
On Windows 8.1, there is a problem with icon overlays. When you check out a new repository in hg, git puts unversioned overlays on the folders, even though the folders are versioned in hg.
TortoiseSVN和TortoiseHg在同一台机器上似乎没有问题。我不知道 TortoiseGit。
TortoiseSVN and TortoiseHg on the same machine doesn't seem to be a problem. I don't know about TortoiseGit.
TortoiseHg 和 TortoiseSVN 在显示叠加图标时相互协作 :它们都使用一个名为 TortoiseOverlays 的库,该库由 TortoiseSVN 团队提供。所以同时安装两者就可以了。
我不知道 TortoiseGit 是否也使用 TortoiseOverlays 库,但我希望如此。
TortoiseHg and TortoiseSVN cooperate with each other when displaying the overlay icons: they both use a library called TortoiseOverlays, which is provided by the TortoiseSVN team. So it is fine to install both at the same time.
I don't know if TortoiseGit also uses the TortoiseOverlays library, but I would expect so.
只要您不尝试在同一文件上使用它们,就不应该成为问题。
It should not be a problem as long as you don’t try to use them on the same files.
我的 Win7 桌面上安装了 Tortoise[SVN|Git|HG],没有明显的冲突。显然 SVN 和 HG 甚至使用相同的图标覆盖 - Git 是不同的。
I've got Tortoise[SVN|Git|HG] installed on my Win7 desktop, with no apparent conflicts. Apparently SVN and HG even use the same icon overlays - Git's are different.