SvnCommitTask

The SvnCommitTask commits a local working copy to a SVN repository and sets the specified property ( default svn.committedrevision) to the revision number of the committed revision.

Table 150. Attributes

Name Type Description Default Required
svnpath String Path to Subversion binary /usr/bin/svn No
username String A username used to connect to the SVN server none No
password String A password used to connect to the SVN server none No
nocache Boolean Connection credentials will not be cached false No
recursive Boolean Recurse into all subdirectories false No
workingcopy String Working copy none Yes
message String The commit message none Yes
ignoreexternals Boolean Ignore externals definitions false No
trustServerCert Boolean Trust self-signed certificates false No
propertyname String Name of property to set to the last committed revision number svn.committedrevision No