Creating a Subversion Move Step

This step moves a file or folder in the working directory to the new location.

Required properties:

Property Name Description
Directory Location of the working directory
Destination The new path to the file or folder within the repository
Include Files The list of the file paths relative to the working directory that should be moved. 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.