Unable to connect to a repository at URL https://teamserver.sprintr.com

0
Hey all, I've been unable to update my current project all day, with the error details as shown below. The problem is limited to my main workstation. Updates on my laptop work as normal. A search around these forums turned up one similar case, which was apparently solved by adjusting a proxy setting in SVN. Solved by Mendix Support. No really specific details were given. However, no SVN is installed on the system, and since it is a workstation at my client's office, I only have limited authorization/control. Internet has been dodgy all day, so the problem might simply resolve itself come tomorrow. But as this is a rather tight-schedule project and I need the workstation up and running to interface my local deployment with the client's other applications, I figured I'd throw this out there and see if any of you have suggestions. Thanks in advance! Chris SharpSvn.SvnRepositoryIOException: Unable to connect to a repository at URL 'https://teamserver.sprintr.com/b5471158-58b5-4fc8-b1d0-453919d6c3cf/trunk' ---> SharpSvn.SvnRepositoryIOException: OPTIONS of 'https://teamserver.sprintr.com/b5471158-58b5-4fc8-b1d0-453919d6c3cf/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) in g:\dist\src\sharpsvn\svnclientargs.cpp:line 78 at SharpSvn.SvnClientArgs.HandleResult(SvnClientContext client, svnerrort* error, Object targets) in g:\dist\src\sharpsvn\svnclientargs.cpp:line 42 at SharpSvn.SvnClient.InternalLog(ICollection1 targets, Uri logRoot, SvnRevision altPegRev, SvnLogArgs args, EventHandler1 logHandler) in g:\dist\src\sharpsvn\commands\log.cpp:line 343 at SharpSvn.SvnClient.Log(Uri target, SvnLogArgs args, EventHandler1 logHandler) in g:\dist\src\sharpsvn\commands\log.cpp:line 71 at Mendix.Modeler.VersionControl.SvnUtil.<>c__DisplayClass5c.<GetLog>b__58(SvnClient c) in c:\cygwin\home\autobuild\build\Mendix-4\modeler\Modeler\VersionControl\SvnUtil.cs:line 565 at Mendix.Modeler.VersionControl.SvnUtil.ClientDo[T](Func2 action) in c:\cygwin\home\autobuild\build\Mendix-4\modeler\Modeler\VersionControl\SvnUtil.cs:line 179 at Mendix.Modeler.VersionControl.SvnUtil.GetLog(Uri uri, Int32 limit, SvnRevision start, SvnRevision end, Func`2 filter, Boolean strictNodeHistory) in c:\cygwin\home\autobuild\build\Mendix-4\modeler\Modeler\VersionControl\SvnUtil.cs:line 565
asked
1 answers
0

Problem does indeed seems to have resolved itself. Will never know what the exact cause was, but this topic can be closed.

answered