SVN error during the team commit

0
During an commit of my project, my internet crashed. After restarting everything i get an error when i try to do the commit. I have already checked with svn turtoise 1.7 if there are locks but the program did not find any locks. Has anybody an solution for me? Thanks Jorrit SharpSvn.SvnWorkingCopyLockException: Commit failed (details follow): ---> SharpSvn.SvnWorkingCopyLockException: Working copy 'C:\Users\jorrit\Documents\Mendix\ScanModule-main' locked. ---> SharpSvn.SvnWorkingCopyLockException: 'C:\Users\jorrit\Documents\Mendix\ScanModule-main' is already locked.    --- End of inner exception stack trace ---    --- End of inner exception stack trace ---    at SharpSvn.SvnClientArgs.HandleResult(SvnClientContext client, SvnException error, Object targets)    at SharpSvn.SvnClient.Commit(ICollection`1 paths, SvnCommitArgs args, SvnCommitResult& result)    at Mendix.Modeler.VersionControl.SvnConnector.ClientDo[T](Func`2 action) in C:\jenkins\workspace\Modeler-Build\modeler\Mendix.Modeler.Core\VersionControl\SvnConnector.cs:line 142    at Mendix.Modeler.Utility.ActionUtil.TryNTimes[TException](Action action, Int32 n, Int32 sleepBetweenTries) in C:\jenkins\workspace\Modeler-Build\modeler\Mendix.Modeler.Utility\ActionUtil.cs:line 19    at Mendix.Modeler.VersionControl.RevCommitter.CommitToRepository(String message, RevisionMetadata metadata) in C:\jenkins\workspace\Modeler-Build\modeler\Mendix.Modeler.Core\VersionControl\RevCommitter.cs:line 450
asked
1 answers
0

You should take a look at this thread (which, incidentally, is the first Google hit for Mendix SvnWorkingCopyLockException).

answered