Unable to checkout/download the project branch code due to svn error

1
I am Unable to checkout/donload the project specific branch code getting below error while downloading the branch line from teamserver.   SharpSvn.SvnSystemException: Error running context: An existing connection was forcibly closed by the remote host.      at SharpSvn.SvnClientArgs.HandleResult(SvnClientContext client, SvnException error, Object targets)    at SharpSvn.SvnClient.CheckOut(SvnUriTarget url, String path, SvnCheckOutArgs args, SvnUpdateResult& result)    at SharpSvn.SvnClient.CheckOut(SvnUriTarget url, String path)    at Mendix.Modeler.VersionControl.Windows.SvnConnector.Checkout(IRemoteRepository remoteRepository, IRevLine branchToCheckout, String targetProjectDirectory) in C:\Users\Autobuild\workspace\AppStudio4.0-Build\modeler\Mendix.Modeler.VersionControl.Windows\Svn\SvnConnector.cs:line 69
asked
2 answers
3

So the other branches are ok. It is just this one branch? Can you create a new branch based on this failing branch and see if that new branch is ok?

answered
0

If this branch is in another version in Studio Pro, it sometimes helps to sign out and sign in again in that particular Studio Pro. 

The Team server status on https://status.mendix.com/ seems OK.

answered