I need to list all projects on a subversion server from sharpsvn. This is equivalent to command:
wget http://me:@subversion-server/root/
I cannot find the function in sharpsvn api. Does the function exist?
Update:
Sorry for not being clean. I will give a real world example.
Consider www.apache.org and their SVN.
I need the list of all apache projects such as abdera, activeqm, ant, apr ... I can get the list by http at http://svn.apache.org/repos/asf/ or by svn: "svn list http://svn.apache.org/repos/asf"
. Is the http method available through sharpsvn api? On my server the "svn list" method does not work (misconfigured?).