SvnApplyPatch.md

November 10, 2016 ยท View on GitHub

SvnApplyPatch task

Applies a patch file onto a local workspace directory (without committing the changes).

Configuration

PropertyDescriptionDefault value
patchFileThe name of the patch file, relative to the project directory (required)
dirThe base directory to apply the patch (must be part of a local SVN workspace)$project.projectDir
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