Creating a Subversion Revert Step

This step rolls back all the changes made in the working directory for the specified files.

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 reverted. Wildcards can be used. Specify multiple file paths as a new-line separated list. The default value is **/*.
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.