Hi are you calling any programs as another user?
otherwise you could set everyone full access on the folder containing the source, and see's if that helps. with kind regards Ruben Willems On Fri, Jul 10, 2009 at 12:26 AM, Tyler Hayward <[email protected]>wrote: > > We get numerous "System.UnauthorizedAccessException: Access to the > path" errors in a day. We are using SVN and have cleanCopy set to > true. The file that we can't delete is generally not the same file > and is randowm as far as I can tell. I just recently tried putting in > revert and cleanUp, but still the problem persists. > > here is the call stack: > at System.IO.Directory.DeleteHelper(String fullPath, String userPath, > Boolean recursive) > at System.IO.Directory.Delete(String fullPath, String userPath, > Boolean recursive) > at > > ThoughtWorks.CruiseControl.Core.Util.IoService.EmptyDirectoryIncludingReadOnlyObjects > (String directoryPath) > at > > ThoughtWorks.CruiseControl.Core.Util.IoService.EmptyDirectoryIncludingReadOnlyObjects > (String directoryPath) > at > > ThoughtWorks.CruiseControl.Core.Util.IoService.EmptyDirectoryIncludingReadOnlyObjects > (String directoryPath) > at > > ThoughtWorks.CruiseControl.Core.Util.IoService.DeleteDirectoryEvenIfReadOnly > (String directoryPath) > at ThoughtWorks.CruiseControl.Core.Sourcecontrol.Svn.DeleteSource > (String workingDirectory) > at ThoughtWorks.CruiseControl.Core.Sourcecontrol.Svn.GetSource > (IIntegrationResult result) > at ThoughtWorks.CruiseControl.Core.IntegrationRunner.Build > (IIntegrationResult result) > at ThoughtWorks.CruiseControl.Core.IntegrationRunner.Integrate > (IntegrationRequest request) > > > any thoughts? > > thanks, > Tyler >
