paths
(recursing to depth
as necessary) from changelists to which they are currently assigned. changelists
is an array of String
changelist names, used as a restrictive filter on items whose changelist assignments are removed; that is, doesn't remove from a changeset any item unless it's currently a member of one of those changelists. If changelists
is empty (or null), all changelist assignments in and under each path in paths
(to depth
) will be removed. Note: this metadata is purely a client-side "bookkeeping" convenience, and is entirely managed by the working copy. Note: this method does not require repository access.
@param paths paths to remove from any changelists
@param depth tree depth to process
@param changelists collection of changelist names as a filter
@throws SVNException
@since 1.2.0, New in SVN 1.5.0
|
|
|
|
|
|