Unable to Open Team Server Projects

1
I am getting the below mentioned exception when i tried to open one of the team server Projects SharpSvn.SvnRepositoryIOException: OPTIONS of 'https://teamserver.sprintr.com/6de62420-85e5-45af-9fc2-36b90826311b/branches': Could not read status line: Secure connection truncated (https://teamserver.sprintr.com) at SharpSvn.SvnClientArgs.HandleResult(SvnClientContext client, SvnException error, Object targets) in f:\qqn\sharpsvn-dist-1.6\src\sharpsvn\svnclientargs.cpp:line 78 at SharpSvn.SvnClientArgs.HandleResult(SvnClientContext client, svnerrort* error, Object targets) in f:\qqn\sharpsvn-dist-1.6\src\sharpsvn\svnclientargs.cpp:line 42 at SharpSvn.SvnClient.List(SvnTarget target, SvnListArgs args, EventHandler1 listHandler) in f:\qqn\sharpsvn-dist-1.6\src\sharpsvn\commands\list.cpp:line 100 at SharpSvn.SvnClient.List(SvnTarget target, EventHandler1 listHandler) in f:\qqn\sharpsvn-dist-1.6\src\sharpsvn\commands\list.cpp:line 35 at Mendix.Modeler.VersionControl.SvnUtil.<>cDisplayClass3a.<getbranches>b36(SvnClient c) in c:\cygwin\home\autobuild\build\Mendix-4\modeler\Modeler\VersionControl\SvnUtil.cs:line 356 at Mendix.Modeler.VersionControl.SvnUtil.ClientDoT in c:\cygwin\home\autobuild\build\Mendix-4\modeler\Modeler\VersionControl\SvnUtil.cs:line 90 at Mendix.Modeler.VersionControl.SvnUtil.GetBranches(RevRepository repository) in c:\cygwin\home\autobuild\build\Mendix-4\modeler\Modeler\VersionControl\SvnUtil.cs:line 356 Could anyone let know what the issue is?
asked
1 answers
0

Try installing Tortoise SVN and right-clicking on the project folder and update from revision.

I found that this helped when I got a similar issue with a Team Server Project I am working on.

answered