Project fails to download after creating a new branch line

0
I attempted to create a branch line off of a version of a project that seems to be working properly. The branch line seems to be successfully created, however when I attempt to download and open the new branch line, I get the following error: SharpSvn.SvnWorkingCopyLockException: Working copy '[project directory]' locked. ---> SharpSvn.SvnWorkingCopyLockException: '[project directory]' is already locked.    --- End of inner exception stack trace ---    at SharpSvn.SvnClientArgs.HandleResult(SvnClientContext client, SvnException error, Object targets)    at SharpSvn.SvnClient.CheckOut(SvnUriTarget url, String path, SvnCheckOutArgs args, SvnUpdateResult& result)    at SharpSvn.SvnClient.CheckOut(SvnUriTarget url, String path)    at Mendix.Modeler.VersionControl.SvnConnector.ClientDo[T](Func`2 action) in C:\jenkins-ci\workspace\AppStudio3.0-Build\modeler\Mendix.Modeler.Core\VersionControl\SvnConnector.cs:line 54    at Mendix.Modeler.Utility.ActionUtil.TryNTimes[TException](Action action, Int32 n, Int32 sleepBetweenTries) in C:\jenkins-ci\workspace\AppStudio3.0-Build\modeler\Mendix.Modeler.Utility\ActionUtil.cs:line 19    at Mendix.Modeler.VersionControl.SvnConnector.Checkout(Uri urlToCheckout, String targetProjectDirectory) in C:\jenkins-ci\workspace\AppStudio3.0-Build\modeler\Mendix.Modeler.Core\VersionControl\SvnConnector.cs:line 168 Followed by a second error (Downloading the app failed): Mendix.Modeler.ProjectHandling.Checkout.ProjectCheckoutException: Downloading the App failed.    at Mendix.Modeler.ProjectHandling.Checkout.ProjectCheckouter.Checkout(Uri urlToCheckout, String projectDirectory, IProgressInfo info) in C:\jenkins-ci\workspace\AppStudio3.0-Build\modeler\Mendix.Modeler.ProjectHandling\Checkout\ProjectCheckouter.cs:line 27    at Mendix.Modeler.Utility.Progress.ProcessRunner.RunStep(Step step) in C:\jenkins-ci\workspace\AppStudio3.0-Build\modeler\Mendix.Modeler.UIFramework\Progress\ProcessRunner.cs:line 88    at Mendix.Modeler.Utility.Progress.ProcessRunner.worker_DoWork(Object sender, DoWorkEventArgs e) in C:\jenkins-ci\workspace\AppStudio3.0-Build\modeler\Mendix.Modeler.UIFramework\Progress\ProcessRunner.cs:line 68    at System.ComponentModel.BackgroundWorker.OnDoWork(DoWorkEventArgs e)    at System.ComponentModel.BackgroundWorker.WorkerThreadStart(Object argument) What is likely to be causing this error, and is there any other way to download the new branch line properly?
asked
1 answers
0

Matt

It seems like the issue might be with the directory on your machine that the Modeler is trying to download into.  You could try deleting that directory and then open the Modeler and try to open the branch.  The Modeler should try to re-download the branch at that point.

Mike

answered