Not able to download poject from Team Server

0
App created in Studio ver9.13.1 – trying to open in Studio Pro ver9.13.0       This is the error message SharpSvn.SvnRepositoryIOForbiddenException: Access to '/597cd201-092b-4d6e-aedf-f563ddc12011/!svn/rvr/2/trunk/javasource/mendixsso/actions/GenerateRandomPassword.java' forbidden    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.SvnClientAdapter.CheckOut(SvnUriTarget url, String path) in C:\Users\Autobuild\workspace\AppStudio4.0-Build\modeler\Mendix.Modeler.VersionControl\Svn\SvnClientAdapter.cs:line 62    at Mendix.Modeler.VersionControl.Windows.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 69
asked
2 answers
0

An App created in a specific version (here 9.13.1) can only be opened in the same Studio Pro version. Please download Studio Pro 9.13.1 and try again.

 

Go Make IT

 

answered
0

upgrade Studio Pro to 9.13.1, so both Studio and Studio Pro on same version, still cannot load project from Team Server to Studio Pro – looks like same error.  Any ideas?

 

 

SharpSvn.SvnRepositoryIOForbiddenException: Access to '/597cd201-092b-4d6e-aedf-f563ddc12011/!svn/rvr/2/trunk/javasource/mendixsso/actions/EncryptString.java' forbidden
   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.SvnClientAdapter.CheckOut(SvnUriTarget url, String path) in C:\Users\Autobuild\workspace\AppStudio4.0-Build\modeler\Mendix.Modeler.VersionControl\Svn\SvnClientAdapter.cs:line 62
   at Mendix.Modeler.VersionControl.Windows.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 69

answered