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);
.
.
.


Reply via email to