I have a project here:
svn+ssh://svn@example.com/folder/ProjectName
The repository root is svn+ssh://svn@example.com/folder
No matter how many times or how many ways I try checking out ProjectName, eclipse always helpfully tells me that the repository root is svn+ssh://svn@example.com.
I have another project in another repository:
svn+ssh://svn@example.com/repos/OtherProject
Eclipse correctly identifies the repository root as svn+ssh://svn@example.com/repos/
What settings, either in the svn repository or in Eclipse, would account for the discrepancy?
I am using JavaHL (JNI) and Eclipse Helios.