Hello All,
I would like to know how to get information about svn root repository structure using svn api.
I have for instance following structure:
http:///
/project1
/project2
I tried :
svn list http:///svn also svn list -v http:///svn
As response I got only : ./
How can I get information recursively ?
Thank you in advance.