SVN Error downloading update from teamserver

1
While trying to get the latest version of a project from the team server the following error occurs: SharpSvn.SvnRepositoryIOException: REPORT of '/51f0e702-e9d8-451b-93ed-24b51eb7e89a/!svn/me': Could not read chunk size: An existing connection was forcibly closed by the remote host. (https://teamserver.sprintr.com) at SharpSvn.SvnClientArgs.HandleResult(SvnClientContext client, SvnException error, Object targets) at SharpSvn.SvnClient.Update(ICollection1 paths, SvnUpdateArgs args, SvnUpdateResult& result) at SharpSvn.SvnClient.Update(String path, SvnUpdateArgs args) at Mendix.Modeler.VersionControl.SvnConnector.ClientDo[T](Func2 action) in C:\jenkins\workspace\Modeler-BuildMendix.Modeler.Core\VersionControl\SvnConnector.cs:line 136 at Mendix.Modeler.VersionControl.RevUpdater.SvnUpdate(RevUpdateState state, IProgressInfo info, Int64& oldRevision, Int64& newRevision) in C:\jenkins\workspace\Modeler-BuildMendix.Modeler.Core\VersionControl\RevUpdater.cs:line 236 Any ideas how to resolve this?
asked
1 answers
0

Might be a temporary issue. Have you tried re-opening the project OR removing and retrieving a fresh copy (as long as you don't have any uncommitted changes) of the project?

answered