SvnCreatePatch.md

November 10, 2016 ยท View on GitHub

SvnCreatePatch task

Creates a patch file that contains all modifications of a local workspace directory (including subdirectories).

Configuration

PropertyDescriptionDefault value
sourceLocal workspace files and directories with modifications that shall be saved to a patch file$project.projectDir
patchFileThe name of the target patch file, relative to the project directory (required). If it exists it will be overwritten
usernameThe SVN username - leave empty if no authentication is required$project.svntools.username
passwordThe SVN password - leave empty if no authentication is required$project.svntools.password

Example

See patch examples