Class SvnRemoteDelete

All Implemented Interfaces:
ISvnObjectReceiver<SVNCommitInfo>, ISvnOperationOptionsProvider

public class SvnRemoteDelete extends AbstractSvnCommit
Represents delete operation. Deletes items from a repository.

All targets should be URLs, representing repository locations to be removed. URLs can be from multiple repositories.

commitHandler will be asked for a commit log message.

If the caller's event handler is not null and if the commit succeeds, the handler will be called with SVNEventAction.COMMIT_COMPLETED event action.

SvnOperation.run() method returns SVNCommitInfo information on a new revision as the result of the commit. SvnOperation.run() throws SVNException in the following cases:

Version:
1.7
Author:
TMate Software Ltd.