Windows 上的 Hudson 未检测到 CVS 签入
在监视 CVS 存储库时,我在 Windows 上的 Hudson 设置出现了奇怪的行为;通过 extssh 进行访问。签入对存储库的更改后,如果我对 Hudson 工作副本中已更改的文件运行“cvs status filename.ext”,我可以看到存储库具有较新的修订版。但是,Hudson(设置为以固定时间间隔轮询 CVS 存储库)在进行 cvs 更新时看不到更改。
有什么想法可能会发生什么吗?我在 Hudson 日志中看不到任何有用的内容。
I'm getting odd behaviour from my Hudson setup on Windows when monitoring a CVS repository; access is via extssh. After checking in a change to the repository, if I run "cvs status filename.ext" against the changed file in Hudson's working copy, I can see that the repository has a newer revision. However, Hudson (which is set to poll the CVS repository at a fixed interval) does not see the change when it does its cvs update.
Any ideas what might be going on ? I can't see anything useful in the Hudson logs.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
检查两台服务器(cvs 和 hudson)的时钟。如果您无法从 svn 签出,这是常见问题。
check the clocks of both servers (cvs and hudson). This is the usual problem if you can't checkout from svn.