I\'m trying to setup a new computer to synchronize with my SVN repository that\'s hosted with cvsdude.com.
I get this error:
![SVN Error][1] - removed im
remote VisualSVN server 2.5.8 is accessible from at least 3 computers.
However on my local computer the url of the repository was not accessible
and svn ls https://server-ip:443/svn/project/trunk return error
OPTIONS of 'https://…' could not connect to server (…)
My local computer used to have access to the server. The only thing that was changed was switching to http connection instead of https for Redmine reasons(certificate issue).
I tried different things listed above. What actually solved my problem was installing a new the VisualSVN server 2.5.9 using the same repository. And also Redmine recognized the new repository through https.