path
, crawls to depth
to discover every path in or under path which belongs to one of the changelists in changeLists
(a collection of String
changelist names). If changeLists
is null, discovers paths with any changelist. Calls handler
each time a changelist-having path is discovered. If there was an event handler provided via {@link #setEventHandler(ISVNEventHandler)}, then its {@link ISVNEventHandler#checkCancelled()} will be invoked during the recursive walk. Note: this method does not require repository access.
@param path target working copy path
@param changeLists collection of changelist names
@param depth tree depth to process
@param handler caller's handler to receive path-to-changelist information
@throws SVNException
@since 1.2.0, New in SVN 1.5.0
|
|
|
|