Creating a Subversion Add Step

This step marks unversioned files to be uploaded to the repository during the next commit.

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 added to the repository. 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.