An Error Occurred While Retrievingthe Latest Changes from the Repository.

1
This message is what I get: How can I correct it..... .... .... SharpSvn.SvnWorkingCopyLockException: Working copy 'C:\Users\user\Mendix Projects\Project-main' locked. ---> SharpSvn.SvnWorkingCopyLockException: 'C:\Users\user\Mendix Projects\Project-main' is already locked. --- End of inner exception stack trace --- at SharpSvn.SvnClientArgs.HandleResult(SvnClientContext client, SvnException error, Object targets) in g:\dist\src\sharpsvn\svnclientargs.cpp:line 78 at SharpSvn.SvnClientArgs.HandleResult(SvnClientContext client, svnerrort* error, Object targets) in g:\dist\src\sharpsvn\svnclientargs.cpp:line 42 at SharpSvn.SvnClient.Update(ICollection1 paths, SvnUpdateArgs args, SvnUpdateResult& result) in g:\dist\src\sharpsvn\commands\update.cpp:line 147 at SharpSvn.SvnClient.Update(String path, SvnUpdateArgs args) in g:\dist\src\sharpsvn\commands\update.cpp:line 65 at Mendix.Modeler.VersionControl.RevUpdater.<>c__DisplayClass1d.<SvnUpdate>b__17(SvnClient c) in c:\cygwin\home\autobuild\build\Mendix-4\modeler\Modeler\VersionControl\RevUpdater.cs:line 220 at Mendix.Modeler.VersionControl.SvnUtil.ClientDo[T](Func2 action) in c:\cygwin\home\autobuild\build\Mendix-4\modeler\Modeler\VersionControl\SvnUtil.cs:line 179 at Mendix.Modeler.VersionControl.RevUpdater.SvnUpdate(RevUpdateState state, ProgressInfo info, Int64& oldRevision, Int64& newRevision) in c:\cygwin\home\autobuild\build\Mendix-4\modeler\Modeler\VersionControl\RevUpdater.cs:line 220
asked
1 answers
1

Download Tortoise SVN here. Install it, go to where your project folder is located, right click on the folder and issue a clean up command. Somehow the working copy of your project got locked.

answered