Handling svn locks / cleanup using CruiseControl.NET and Subversion

I use CruiseControl.NET with the Subversion source control plugin to automatically create our project.

Some of the projects automatically check for changes, but sometimes the check fails, and CruiseControl.NET marks the project using Exceptions:

ThoughtWorks.CruiseControl.Core.CruiseControlException: Source control operation failed: svn: Working copy 'xxFilename' locked svn: run 'svn cleanup' to remove locks (type 'svn help cleanup' for details)

After that, I have to manually log in and clean the svn in the folder before the project is built again. Is there a workaround for this?

+3
source share
3 answers

The new Cruise Control.Net 1.4.4 server has two additional properties in the Subversion source control block.

. CCNET - Subversion

cleanUp revert , .

+6

, , svn?

, Java- CruiseControl, , w/CC.NET.

+1

All Articles