void |
SVNLookClient.doGetTree(java.io.File repositoryRoot,
java.lang.String path,
java.lang.String transactionName,
boolean includeIDs,
boolean recursive,
ISVNTreeHandler handler)
Traverses repository tree starting at the specified path in the
given transaction and invoking the provided handler on each path.
|
void |
SVNLookClient.doGetTree(java.io.File repositoryRoot,
java.lang.String path,
SVNRevision revision,
boolean includeIDs,
boolean recursive,
ISVNTreeHandler handler)
Traverses repository tree starting at the specified path in the
given revision and invoking the provided handler on each path.
|
private void |
SVNLookClient.getTree(FSFS fsfs,
FSRoot root,
java.lang.String path,
SVNNodeKind kind,
FSID id,
boolean includeIDs,
int depth,
boolean recursive,
ISVNTreeHandler handler) |