I had an svn repository that I used to checkout with the svn+ssh protocol. It has some EXTERNALS in it that refer to itself with the svn+ssh URL.
I was off this project for a while until today. When I try to access the svn+ssh url (that used to work some months ago) I get the message svn: No repository found in 'svn+ssh://my-correct.hostname.com/the/right/path/to/the/repository
. I double checked, and both the path and the hostname are correct.
I tried to check it out on the machine hosting the repo using a file://
URL, and it succeeded until it had to checkout the EXTERNALS, where it failed with the No repository
message. I used the same user locally and remotely.
Where should I look for logs/debug information to solve this issue?