When I am using force build to build my project it is showing, Last build is successful, but in the Recent build report it is showing.

ERROR:

BUILD EXCEPTION 

Error Message: ThoughtWorks.CruiseControl.Core.CruiseControlException: Source control operation failed: svn: E155007: 'C:\MaxLeadPro\LivePortal' is not a working copy

I am new to Cruise Control.net, can you please help me anyway?

有帮助吗?

解决方案 2

The message svn: E155007: 'C:\MaxLeadPro\LivePortal' is not a working copy indicates that your configured working directory is not a subversion working copy.

You may want to check why this directory does not exist anymore and if autoGetSource is true.

Take a look at the configuration of your Subversion configuration in CCNet

其他提示

this is a bug in CCNet communicating to svn 1.7 use CCNet 1.8.4, it has been fixed http://www.cruisecontrolnet.org/projects/ccnet/versions/10

svn changed the layout of their working copy http://subversion.apache.org/docs/release-notes/1.7.html#wc-ng

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top