SharpSvn.SvnRepositoryIOException: Unable to connect to a repository at URL

1
As a windows 10 64 bit user I want to download my team server projects using the modeler so that i can work on them But I am having issues downloading projects using the modeler.See stack trace. SharpSvn.SvnRepositoryIOException: Unable to connect to a repository at URL 'https://teamserver.sprintr.com/4d35492a-28c6-4a7d-97f5-efe621abffc1/trunk' ---> SharpSvn.SvnRepositoryIOException: OPTIONS of 'https://teamserver.sprintr.com/4d35492a-28c6-4a7d-97f5-efe621abffc1/trunk': could not connect to server (https://teamserver.sprintr.com) --- 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.ClientDoT in c:\jenkins\workspace\AppStudio-Modeler\src\Mendix.Modeler.Core\VersionControl\SvnConnector.cs:line 90 at Mendix.Modeler.Utility.ActionUtil.TryNTimesTException in c:\jenkins\workspace\AppStudio-Modeler\src\Mendix.Modeler.Utility\ActionUtil.cs:line 29 at Mendix.Modeler.VersionControl.SvnConnector.Checkout(IRevLocation location, String targetProjectDirectory) in c:\jenkins\workspace\AppStudio-Modeler\src\Mendix.Modeler.Core\VersionControl\SvnConnector.cs:line 189 Another thing is that i also tried to browse using chrome but the request is timing out because itis redirecting to https://teamserver.sprintr.com:82/4d35492a-28c6-4a7d-97f5-efe621abffc1/trunk/ instead of https://teamserver.sprintr.com/4d35492a-28c6-4a7d-97f5-efe621abffc1/trunk/ I believe there is an infrastructure problem
asked
4 answers
1

It's better to send in a support ticket for these kind of issues since the community members on this forum aren't really able to help you with these issues.

answered
1

I have decided to use SVN to checkout using https://teamserver.sprintr.com/4d35492a-28c6-4a7d-97f5-efe621abffc1/trunk/ the initial project , from there on i can commit and update as normal. This can be a temporary fix for others

answered
0

Had the same problem for a while, none of the suggestions on the forums fixed it but uninstalling and reinstalling SVN seemed to do the trick for me.

answered
0

I too faced this type of issues couple of time. Found root cause, I am having 2 profiles so unknowingly switching to wrong and trying to do commit / update or any svn activities would lead me to this error, Hope it could help around someone.

answered