You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Arley Consuegra Rosello <ac...@uci.cu> on 2010/03/10 14:06:48 UTC

svn list

Hello.
How I can get the list of directory in the repo with the 'function
list(...)'

.
.
.
SVNClient cliente = new SVNClient();
cliente.list("url_repo", Revision.HEAD, Revision.HEAD, int, int, bool,
ListCallback);
.
.
.