Mercurial,正在更新子存储库位置
我的子存储库网址之一已更改,我必须更新所有项目才能使用新位置。我碰巧拥有使用该子存储库的所有项目的工作克隆。
但是,如果我没有其中一个的工作副本,我该如何克隆该项目并更新其子存储库 URL?是否可以在没有工作副本的情况下更改为 .hgsub?
看来是没有办法了...
One of my subrepo url got changed and I had to update all my projects to use the new location. I happen to have the working clones of all the projects that use that subrepo.
But what if I didn't have a working copy of one of them, how could I clone that project and update its subrepo url? Is it possible to change to .hgsub without a working copy?
It looks like there is no way to do it...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以通过在 .hgrc 文件或 .hg/subpaths 文件中指定映射来完成此操作。
You can do it by specifying a mapping in the .hgrc file or the .hg/subpaths file.