CCNet:“任务失败:FilteredSourceControl:CheckForModifications”错误
我已经安装了 CCNet,现在我正在尝试设置到我们的存储库的链接。当我访问 CCNet 仪表板网站时,项目显示正常,但是当我单击强制按钮时,我在消息列中收到此错误:
Failing Tasks : FilteredSourceControl: CheckForModifications
如果我以我指定的 CCNet 帐户登录服务器应该使用连接到存储库,并手动对项目进行更新(即使用 SVN.exe 或 TortoiseSVN),更新工作正常。 CCNet.config 文件的源代码控制部分如下。
<sourcecontrol type="filtered">
<sourceControlProvider type="svn" autoGetSource="true">
<executable>E:\SVNServer\bin\svn.exe</executable>
<trunkUrl>
https://bserver.int:4443/trunk
</trunkUrl>
<workingDirectory>E:\buildserver</workingDirectory>
<username>USER</username>
<password>PASSWORD</password>
</sourceControlProvider>
<inclusionFilters>
<pathFilter>
<pattern>**/*.*</pattern>
</pathFilter>
</inclusionFilters>
</sourcecontrol>
Cruisecontrol.net 网站和谷歌似乎完全没有关于此错误的任何信息,除了它可能与上面块中的包含过滤器部分相关。任何人都可以提供任何想法吗?
I've installed CCNet and now I'm trying to set up a link to our repository. When I visit the CCNet dashboard website the project shows up ok, but when I click the Force button I receive this error in the messages column:
Failing Tasks : FilteredSourceControl: CheckForModifications
If I log into the server as the account which I've specified CCNet should use to connect to the repository, and do an Update on the project by hand (i.e. using SVN.exe or TortoiseSVN) the update works fine. My sourcecontrol section of the CCNet.config file is below.
<sourcecontrol type="filtered">
<sourceControlProvider type="svn" autoGetSource="true">
<executable>E:\SVNServer\bin\svn.exe</executable>
<trunkUrl>
https://bserver.int:4443/trunk
</trunkUrl>
<workingDirectory>E:\buildserver</workingDirectory>
<username>USER</username>
<password>PASSWORD</password>
</sourceControlProvider>
<inclusionFilters>
<pathFilter>
<pattern>**/*.*</pattern>
</pathFilter>
</inclusionFilters>
</sourcecontrol>
Both the cruisecontrol.net website and google seem utterly devoid of any information on this error, other than that it probably relates to the inclusionfilter section in the block above. Can anyone provide any ideas?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
检查日志文件表明证书不受信任。我以用户身份登录计算机并永久接受证书,然后将 CCNet 服务设置为在同一用户帐户下运行。
Checking the log file indicated a untrusted certificate. I logged into the machine as the user and permanently accepted the certificate, and then set the CCNet service to run under the same user account.