Creating a Subversion Delete Step

This step removes a file or folder from the working directory.

Required properties:

Property Name Description
Directory Location of the working directory
Include Files The list of the file paths relative to the working directory that should be deleted. Wildcards can be used. Specify multiple file paths as a new-line separated list.
Note: Use paths relative to the repository root.

Optional properties:

Property Name Description
Exclude Files The list of the file paths relative to the working directory that should be excluded from the selection. Wildcards can be used. Specify multiple file paths as a new-line separated list.
Note: Use paths relative to the repository root.