Error starting context: The requested address is not valid in its context

I am trying to checkout a repository from visual svn server on my server to turtle svn on my machine. But trying to check gives me the error "Error starting context: The requested address is invalid in its context.

+3


source to share


2 answers


To fix this problem, delete the data in the C: \ Users \\ AppData \ Roaming \ Subversion directory and restart your computer.



+4


source


I had exactly the same problem and the solution was obvious after I saw it. In the network setup on the Tortoise client, the default port is set to 0. Make sure it is 80, or whichever HTTP port the SVN server is listening on.



0


source







All Articles