Cannot commit changes

0
I keep getting this message every time I try to commit my changes. SharpSvn.SvnRepositoryIOException: Unable to connect to a repository at URL 'https://teamserver.sprintr.com/d5441a05-b735-45a5-9d22-ede91a01cb28/trunk' ---> SharpSvn.SvnRepositoryIOException: OPTIONS of 'https://teamserver.sprintr.com/d5441a05-b735-45a5-9d22-ede91a01cb28/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.Status(String path, SvnStatusArgs args, EventHandler1 statusHandler) in g:\dist\src\sharpsvn\commands\status.cpp:line 94 at SharpSvn.SvnClient.GetStatus(String path, SvnStatusArgs args, Collection1& statuses) in g:\dist\src\sharpsvn\commands\status.cpp:line 150 at Mendix.Modeler.VersionControl.SvnUtil.<>cDisplayClassc.<getstatuses>b9(SvnClient c) in c:\cygwin\home\autobuild\build\Mendix-4\modeler\Modeler\VersionControl\SvnUtil.cs:line 128 at Mendix.Modeler.VersionControl.SvnUtil.ClientDoT in c:\cygwin\home\autobuild\build\Mendix-4\modeler\Modeler\VersionControl\SvnUtil.cs:line 90 at Mendix.Modeler.VersionControl.SvnUtil.GetStatuses(String localDir, Boolean retrieveRemoteStatus) in c:\cygwin\home\autobuild\build\Mendix-4\modeler\Modeler\VersionControl\SvnUtil.cs:line 128
asked
1 answers
0

It says it can't connect to the url that the teamserver is at, do you have an open internet connection and do you have teamserver access in your project?

answered