Error uploading local project to sprinter

0
Team, I am trying to upload local project to the cloud and am invariably getting the following error. How can I recover? Mendix 8.2.1.   SharpSvn.SvnObstructedUpdateException: 'C:\Users\irbyby\Documents\Mendix\IRGoogleORTool-main' is already a working copy for a different URL    at SharpSvn.SvnClientArgs.HandleResult(SvnClientContext client, SvnException error, Object targets) in d:\bb\sharpsvn-v1.900x\v40\src\sharpsvn\svnclientargs.cpp:line 78    at SharpSvn.SvnClient.CheckOut(SvnUriTarget url, String path, SvnCheckOutArgs args, SvnUpdateResult& result) in d:\bb\sharpsvn-v1.900x\v40\src\sharpsvn\commands\checkout.cpp:line 62    at SharpSvn.SvnClient.CheckOut(SvnUriTarget url, String path) in d:\bb\sharpsvn-v1.900x\v40\src\sharpsvn\commands\checkout.cpp:line 35    at Mendix.Modeler.VersionControl.SvnConnector.Checkout(Uri urlToCheckout, String targetProjectDirectory) in C:\jenkins-ci\workspace\AppStudio3.0-Build@2\modeler\Mendix.Modeler.VersionControl\SvnConnector.cs:line 134
asked
2 answers
2

Could be something interesting for the Mendix support to be noticed about the issue.

answered
1

Since I am a very lazy developers, I exported all modules from my application, create a new application via the portal, reimported the modules. Issue solved.

answered