Not able to download app in Mendix modeler even after having access

0
Hi All, I am trying to download an application in Mendix modeler 8.12.1 from Mendix Team server of which I am having access and while downloading the app I am getting the below error:   SharpSvn.SvnSerfException: Error running context: APR does not understand this error code    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(IRemoteRepository remoteRepository, IRevLine branchToCheckout, String targetProjectDirectory) in C:\Users\Autobuild\workspace\AppStudio4.0-Build\modeler\Mendix.Modeler.VersionControl.Windows\Svn\SvnConnector.cs:line 91     Please if anyone can help on this issue since I am not able to download the application even after having access to the application  
asked
1 answers
0

Hi Prakhar,

It seems that SVN server might have some issues, and based on the following post it got resolved on its own:

https://forum.mendix.com/link/questions/91631

If it does not, I think reaching out to Mendix support should help.

EDIT – The post is quite old but the makers had the same issue that you’re facing.

answered