This method is just like {@link #doGetChangeLists(File,Collection,SVNDepth,ISVNChangelistHandler)} except for it operates on multiple targets instead of a single one.
Note: this method does not require repository access. @param changeLists collection of changelist names @param targets working copy paths to operate on @param depth tree depth to process @param handler caller's handler to receive path-to-changelist information @throws SVNException
|
|