Get info about svn root repository structure

Posted by Roman on Stack Overflow See other posts from Stack Overflow or by Roman
Published on 2010-04-16T09:29:28Z Indexed on 2010/04/16 9:33 UTC
Read the original article Hit count: 171

Filed under:

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.

© Stack Overflow or respective owner

Related posts about svn