Unable to connect to svn repository

0
I’m not able to connect my local copy to repository. Whenever I try to commit and merge changes to main branch, i’m getting following error   Mendix.Modeler.VersionControl.VersionControlException: An error occurred while checking for changes on disk.  ---> SharpSvn.SvnRepositoryIOException: Unable to connect to a repository at URL 'https://teamserver.sprintr.com/5e**************5beea/trunk'  ---> SharpSvn.SvnRepositoryIOForbiddenException: Access to '/5e************beea/trunk' forbidden
asked
1 answers
1

This can have several reasons, I'd try the following:

 

  • Log out and log in again in Studio Pro. Make sure you are logged in with the correct Mendix account (if you are logged in with an account that doesn't have access, it won't work)
  • Copy the URL from the error message and see if you can get access when opening it from your browser. If you can, it's not a network issue, but a different issue. If you can't, it's likely a network issue.
  • Check if you still have access to the application in Sprintr.

 

answered