hg pull 没有发生

发布于 2024-10-06 22:41:51 字数 472 浏览 2 评论 0原文

我正在尝试从实时服务器中提取更改。当我发出“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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

逆光下的微笑 2024-10-13 22:41:51

您需要提供更多上下文:

  • hg 版本(在服务器和客户端上)
  • 操作系统(在服务器和客户端上)
  • 跟踪和调试(如果可用)(例如尝试“hg --pull --verbose” )

这种行为曾经在 Kiln 服务器 中很常见,您可以在其中观察到:

c:\Repo\Project>hg pull
_   <-- (blinks)

但此后它已被修复。

这是一个很长的线程, hg 1.5.2 (您的版本)停滞不前汞拉力,但没有相同的症状。
值得一试的是,首先升级您的客户端(因为您可能无法在服务器上执行此操作),然后查看更新的 Hg 版本是否仍然存在问题 (类似 1.7.2)。

You need to provide a lot more context:

  • hg version (on server and client)
  • Os (on server and client)
  • trace and debug if available (try a "hg --pull --verbose" for instance)

Such a behavior was once common with a Kiln server, where you could observe:

c:\Repo\Project>hg pull
_   <-- (blinks)

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).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文