This question is in reference to Atlassian Documentation: Searching FishEye
Fisheye displays file paths relative to a repository name. For example, if I have a repository named PhobosTrunk that is mapped to the SVN path /mars/moons/phobos/trunk, and someone has checked in a file in the phobos project: src/main/java/org/sky/observer/orbital/MoonShadow.java, the path to this file is displayed in Fisheye as PhobosTrunk/src/main/java/org/sky/observer/orbital/MoonShadow.java.
Any developer that needs to check out the phobos project to make changes needs to know the full SVN path (including /mars/moons/phobos/trunk), but instead only sees "PhobosTrunk/...".
How can a (non-admin) user discover the SVN path defined for a repository for the purpose of using it in SVN commands?