CruiseControl.net报告SVN锁定异常
我正在尝试在装有 Windows XP SP3 的计算机上设置 CruiseControl.net(版本 1.4.4)服务器。 源包含在不同服务器上的 SVN 存储库中。 我使用的svn客户端是通过Cygwin工具安装的。
我能够成功安装 CruiseControl.net 并进行配置,以使 Subversion 部分正常工作。 每次检测到修改或强制构建时,CruiseControl.net 都会抛出一个异常,抱怨工作副本已锁定并运行 svn 清理。 我尝试过使用源代码控制块元素及其设置。 我尝试过包含该元素并在本地工作副本上手动运行 svn cleanup - 但没有运气。 为了让 Subversion 与 CruiseControl.net 一起工作,我还需要配置其他东西吗?
I am trying to setup a CruiseControl.net (version 1.4.4) server on a machine with Windows XP SP3. The source is contained in an SVN repository on a different server. The svn client I am using was installed through the Cygwin tools.
I am able to get CruiseControl.net successfully installed and configured up to getting the Subversion part working. Everytime modifications are detected or a build is forced, CruiseControl.net throws an expception complaining that the working copy is locked and to run svn cleanup. I have tried playing around with the source control block elements and their settings. I have tried including the element and manually running svn cleanup on the local working copy - but no luck. Is there something else I need to configure in order to get Subversion working with CruiseControl.net?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不要使用 cygwin svn 客户端。 没有理由使用它,因为有一个非常好的 Windows svn 客户端。 cygwin 客户端有几个问题(wc 格式、行结尾......)。
Do not use the cygwin svn client. There's no reason to use that since there's a perfectly fine svn client for Windows. And the cygwin client has several problems (wc format, line endings, ...).