Error while taking Update

0
I am getting this error when I am taking Update. SharpSvn.SvnWorkingCopyLockException: Working copy 'C:\Users\avbindu\Documents\Mendix\Modeler_7.11\MainLine\YAUA-MainLine' locked. ---> SharpSvn.SvnWorkingCopyLockException: 'C:\.<projectLocation>-MainLine' is already locked.    --- End of inner exception stack trace ---    at SharpSvn.SvnClientArgs.HandleResult(SvnClientContext client, SvnException error, Object targets)    at SharpSvn.SvnClient.Update(ICollection`1 paths, SvnUpdateArgs args, SvnUpdateResult& result)    at SharpSvn.SvnClient.Update(String path, SvnUpdateArgs args)    at Mendix.Modeler.VersionControl.SvnConnector.ClientDo[T](Func`2 action) in C:\jenkins\workspace\AppStudio3.0-Build\modeler\Mendix.Modeler.Core\VersionControl\SvnConnector.cs:line 58    at Mendix.Modeler.VersionControl.Updater.SvnUpdate(RevUpdateState state, IProgressInfo info, Int64& oldRevision, Int64& newRevision) in C:\jenkins\workspace\AppStudio3.0-Build\modeler\Mendix.Modeler.Core\VersionControl\Updater.cs:line 238   Please help me resolve it.  
asked
1 answers
0

Hi,

You can solve this by performing a cleanup using TurtoiseSVN. 
(Make sure you're using the correct version of TurtoiseSVN)

KR,
Bart

answered