SharpSvn.SvnRepositoryIOException during loading teamserver project.

2
I'm using 3.2.1 and when I download the project using the teamnserver I get the following error: SharpSvn.SvnRepositoryIOException: REPORT of '/8b04e887-f762-41fb-9957-e179a7902011/!svn/vcc/default': Could not read response body: De externe host heeft een verbinding verbroken. (https://teamserver.sprintr.com) bij SharpSvn.SvnClientArgs.HandleResult(SvnClientContext client, SvnException error, Object targets) in f:\qqn\sharpsvn-dist-1.6\src\sharpsvn\svnclientargs.cpp:regel 78 bij SharpSvn.SvnClientArgs.HandleResult(SvnClientContext client, svn_error_t* error, Object targets) in f:\qqn\sharpsvn-dist-1.6\src\sharpsvn\svnclientargs.cpp:regel 42 bij SharpSvn.SvnClient.CheckOut(SvnUriTarget url, String path, SvnCheckOutArgs args, SvnUpdateResult& result) in f:\qqn\sharpsvn-dist-1.6\src\sharpsvn\commands\checkout.cpp:regel 96 bij SharpSvn.SvnClient.CheckOut(SvnUriTarget url, String path) in f:\qqn\sharpsvn-dist-1.6\src\sharpsvn\commands\checkout.cpp:regel 37 bij Mendix.Modeler.VersionControl.SvnUtil.<>c__DisplayClass19.<Checkout>b__17(SvnClient c) in c:\cygwin\home\autobuild\build\Mendix-3\modeler\Modeler\VersionControl\SvnUtil.cs:regel 179 bij Mendix.Modeler.VersionControl.SvnUtil.ClientDo[T](Func`2 action) in c:\cygwin\home\autobuild\build\Mendix-3\modeler\Modeler\VersionControl\SvnUtil.cs:regel 90 bij Mendix.Modeler.VersionControl.SvnUtil.Checkout(RevLocation location, String targetProjectDirectory) in c:\cygwin\home\autobuild\build\Mendix-3\modeler\Modeler\VersionControl\SvnUtil.cs:regel 179 What could be the solution. I tried downloading the project serveral times in new directrories, but that didn't work.
asked
1 answers
3

Problem caused by downloading to network location. Local download succeeded.

answered