hg pull 没有发生
我正在尝试从实时服务器中提取更改。当我发出“hg pull”命令时,它一直闪烁而不拉动任何东西....
以下是详细信息:
os - server-fedora linux,客户端 windows xp 和显示的消息正在运行
E:\putty\PLINK.EXE" -ssh -i "D:\putty-keys\foldername\rprivate.ppk" -C -agent [email protected] "hg -R /mnt/www/serverfolder serve --stdio
我已将版本更新到 1.7.2 ,没有变化。
I am trying to pull changes from the live server. when i give "hg pull" command, it keeps on blinking without pulling anything....
Here are the details:
os - server-fedora linux,client windows xp and the message shown was running
E:\putty\PLINK.EXE" -ssh -i "D:\putty-keys\foldername\rprivate.ppk" -C -agent [email protected] "hg -R /mnt/www/serverfolder serve --stdio
I have updated the version to 1.7.2, no change.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要提供更多上下文:
hg --pull --verbose
” )这种行为曾经在 Kiln 服务器 中很常见,您可以在其中观察到:
但此后它已被修复。
这是一个很长的线程, hg 1.5.2 (您的版本)停滞不前汞拉力,但没有相同的症状。
值得一试的是,首先升级您的客户端(因为您可能无法在服务器上执行此操作),然后查看更新的 Hg 版本是否仍然存在问题 (类似 1.7.2)。
You need to provide a lot more context:
hg --pull --verbose
" for instance)Such a behavior was once common with a Kiln server, where you could observe:
But it has been fixed since.
The was a long thread with hg 1.5.2 (your version) stalling on Hg pull, but not with the same symptom.
It is worth a try though to upgrade your client first (since you may not have the possibility to do so on the server), and see if the problem persists with a more recent Hg version (like 1.7.2).