doDelete()
on an already deleted agent has no effect.
doDelete(urls, commitMessage, null)
.
@param urls an array containing URL-strings that representrepository locations to be removed
@param commitMessage a string to be a commit log message
@return information on a new revision as the resultof the commit
@throws SVNException if one of the following is true:doDelete(path, force, true, dryRun)
.
@param path a WC item to be deleted
@param force true toforce the operation to run
@param dryRun true only totry the delete operation without actual deleting
@throws SVNException if one of the following is true:path
is not under version control path
without forcing
|
|
|
|