I have a project here:
svn+ssh://[email protected]/folder/ProjectName
The repository root is svn+ssh://[email protected]/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://[email protected].
I have another project in another repository:
svn+ssh://[email protected]/repos/OtherProject
Eclipse correctly identifies the repository root as svn+ssh://[email protected]/repos/
What settings, either in the svn repository or in Eclipse, would account for the discrepancy?
I am using JavaHL (JNI) and Eclipse Helios.