I've been running a project for some months now using the same TortoiseSVN repository without much hassle, until now.
I need to add another box to the project but it seems to be impossible for TSVN to connect to the repository. This is the stuff I've discovered or tried out:
I have two client boxes: the "old" one and the "new" one...
When I attempt to connect to the repo from the "new" box using repo browser or checking out to a new folder I get this error message:
Unable to connect to a repository at URL 'https://(ip-address omitted)/usvn/svn/(project omitted)' OPTIONS of 'https://(ip-address omitted)/usvn/svn/(project omitted)': could not connect to server (ip-address omitted)
I have compared all TSVN settings between the "new" and "old" boxes and they all appear to match
I'm at my wits end on what to check so any hints would be greatly appreciated.
Thanks
You need to determine whether this is a problem with TortoiseSVN, your Subversion repository, or your network connection.
http://<server>/svn/<module>
and not http://<server>/svn/
usvn
/<module>
. Is that /usvn/
directory suppose to be there?