Subversion error

0
I am getting this error whenever I try to get any application from Team Server to my VM. I can get applications when not using my VM (i.e. at home). So the problem appears to be with my VM, but can anyone give me a relatively non-technical explanation so I can understand what is going on? SharpSvn.SvnRepositoryIOException: REPORT of '/71f799b1-6fc8-43e9-94b7-e172f204be2c/!svn/vcc/default': Could not read response body: Secure connection truncated (https://teamserver.sprintr.com) 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.CheckOut(SvnUriTarget url, String path, SvnCheckOutArgs args, SvnUpdateResult& result) in g:\dist\src\sharpsvn\commands\checkout.cpp:line 82 at SharpSvn.SvnClient.CheckOut(SvnUriTarget url, String path) in g:\dist\src\sharpsvn\commands\checkout.cpp:line 37 at Mendix.Modeler.VersionControl.SvnUtil.<>cDisplayClass19.<checkout>b17(SvnClient c) in c:\cygwin\home\autobuild\build\Mendix-4.1.1\modeler\Modeler\VersionControl\SvnUtil.cs:line 182 at Mendix.Modeler.VersionControl.SvnUtil.ClientDoT in c:\cygwin\home\autobuild\build\Mendix-4.1.1\modeler\Modeler\VersionControl\SvnUtil.cs:line 90 at Mendix.Modeler.VersionControl.SvnUtil.Checkout(RevLocation location, String targetProjectDirectory) in c:\cygwin\home\autobuild\build\Mendix-4.1.1\modeler\Modeler\VersionControl\SvnUtil.cs:line 182
asked
1 answers
0

You could have a look at this question.

answered