Subversion Commit Step

This step uploads the latest changes from the local directory to the remote repository.

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 committed 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
User Name User name of the Subversion user
Password Password of the Subversion user
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.
Message User message related to the commit