How can I find the number of files in a repository without checking it out?

To list the files in a repository use the command: svn ls -R file:///svnroot/REPONAME| wc -l (Requires local access to server)