要更新 TortoiseHg 中的 Mercurial 版本,我需要重新安装 TortoiseHg?
我是 TortoiseHg/Mercurial 的初学者,并且我使用的是 TortoiseHg 的早期版本,这也意味着 Mercurial 的早期版本。
我需要更新 Mercurial 版本才能在 TeamCity 中运行自动构建。
我可以安装新版本的 Mercurial 并将 TortoiseHg 配置为使用此新版本,而无需卸载我的 TortoiseHg 版本吗?
(我使用的是Windows Server 2008 R2)
I'm a beginner with TortoiseHg/Mercurial and I'm using a previous version of TortoiseHg, this means a previous version of Mercurial too.
I need to update Mercurial version to run an automatic build in TeamCity.
Can I install a new version of Mercurial and configure TortoiseHg to use this new version without uninstalling my version of TortoiseHg?
(I'm using Windows Server 2008 R2)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
根据您的 TortoiseHG 版本的旧版本,您应该能够在 TortoiseHG 使用的版本之上安装新的 Mercurial 版本。
找到 TortoiseHG 的
hg.exe
可执行文件所在的位置(安装目录中的某个位置),确保 TortoiseHG 的每个实例都已关闭,然后在该目录中安装新的 Mercurial(或复制新的可执行文件)但是,我不确定这是否有效,并且您将无法访问新功能。
难道你不能安装新的 TortoiseHG 并完成它吗?
Depending on how old your TortoiseHG version is, you should be able to install the new Mercurial version on top of the one used by TortoiseHG.
Find where the
hg.exe
executable from TortoiseHG is (somewhere in the installation directory), make sur every instance of TortoiseHG is closed and then install the new Mercurial in the directory (or copy the new executable files)However, I'm not sur this will works and you won't have access to the new functionnalities.
Can't you just install the new TortoiseHG and be done with it ?