I am new to SVN. I've deployed it on an Ubuntu 14.04.6 LTS server, created repositories using the svnadmin create MyRepo
command and shared projects from Eclipse into the repos.
I can see the projects within a repo from the browser at http://servername/svn/MyRepo/trunk/ or from the CLI using svn info http://servername/svn/MyRepo/trunk/
. However, this requires me to type the userid/password.
So, how do I list all projects within a repo using the CLI?