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?
source
share