Arley Consuegra Rosello Wed, 10 Mar 2010 06:20:46 -0800
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); . . .