The SvnUpdateTask
updates a local directory.
Table 157. 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 |
todir |
String |
Path to the working copy | none | Yes |
revision |
Integer |
Specific revision to update the working copy to | none | No |
ignoreexternals |
Boolean |
Ignore externals definitions | false |
No |
trustServerCert |
Boolean |
Trust self-signed certificates | false |
No |