【发布时间】:2012-10-09 15:03:46
【问题描述】:
我正在尝试在我们团队使用了一段时间的 repo 上更新到 Mercurial 的最新拉取更改。
C:\code\printlogix\templates-dev>hg update --clean
0 files updated, 0 files merged, 0 files removed, 0 files unresolved
getting changed bfiles
abort: repository 'https://printlogix.kilnhg.com/Code/Repositories/Templates/templates-dev' is not local
C:\code\printlogix\templates-dev>
不确定这个“repository xxxx is not local”消息是什么意思,我以前从未见过。
作为参考,我在 Windows 7 x64 上使用 TortoiseHg 2.5.1(带有 Mercurial 2.3.2)。我们还使用 KilnBfiles 扩展。
【问题讨论】:
-
您最近是否升级到新版本的 Mercurial?您应该尝试设置
--debug或--traceback再次运行该命令,看看它是否提供更多信息。
标签: mercurial tortoisehg