Error while downloading the one of the project branch line
0
Hi, I’m facing the issue while downloading the project from team server. I’m getting the following error. I tried doing it for couple of times. but didn’t work. 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) in d:\bb\sharpsvn-v1.900x\v40\src\sharpsvn\svnclientargs.cpp:line 78 at SharpSvn.SvnClient.CheckOut(SvnUriTarget url, String path, SvnCheckOutArgs args, SvnUpdateResult& result) in d:\bb\sharpsvn-v1.900x\v40\src\sharpsvn\commands\checkout.cpp:line 62 at SharpSvn.SvnClient.CheckOut(SvnUriTarget url, String path) in d:\bb\sharpsvn-v1.900x\v40\src\sharpsvn\commands\checkout.cpp:line 35 at Mendix.Modeler.VersionControl.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 91
asked
Laxman Mylapilli
2 answers
3
Hello Laxman,
https://forum.mendix.com/link/questions/104025
I think it will help you.
answered
Ganesh Gandipally
0
I would try below steps
-check if branch exists in team server
-Delete local copy (if no uncommitted changes)and pull fresh copy of branch if exists
-Restart the system(evergreen some times it resolves many probs :P)
Let me know if this works by comment/Accepting answer