Tortoise SVN Error when dowloading from teamserver
0
Hello, I'm downloading a project from teamserver, the download terminates after some time and give the error. SharpSvn.SvnRepositoryIOException: REPORT of '/423582fb-4ba4-42ec-bd9d-3e501c939722/!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, svn_error_t* 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 65 at SharpSvn.SvnClient.CheckOut(SvnUriTarget url, String path) in g:\dist\src\sharpsvn\commands\checkout.cpp:line 37 at Mendix.Modeler.VersionControl.SvnUtil.<>c__DisplayClass18.<Checkout>b__16(SvnClient c) in c:\jenkins\workspace\AppStudio-Core-Modeler\src\modeler\Modeler\VersionControl\SvnUtil.cs:line 277 at Mendix.Modeler.VersionControl.SvnUtil.ClientDo[T](Func`2 action) in c:\jenkins\workspace\AppStudio-Core-Modeler\src\modeler\Modeler\VersionControl\SvnUtil.cs:line 182 at Mendix.Modeler.VersionControl.SvnUtil.Checkout(IRevLocation location, String targetProjectDirectory) in c:\jenkins\workspace\AppStudio-Core-Modeler\src\modeler\Modeler\VersionControl\SvnUtil.cs:line 277 I'm also inquiring on whether its possible to download a fresh project from teamserver using tortoise svn. Your help will be highly appreciated.