The SvnCopyTask
duplicates something in a working copy or
repository, remembering history.
Table 151. Attributes
Name | Type | Description | Default | Required |
---|---|---|---|---|
message |
String |
Log message | n/a | No |
svnpath |
String |
Path to Subversion binary | /usr/bin/svn | No |
repositoryurl |
String |
URL of SVN repository | none | Yes |
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 |
force |
Boolean |
Force overwrite files if they already exist | false |
No |
nocache |
Boolean |
Connection credentials will not be cached | false |
No |
todir |
String |
Path to export to | none | Yes |
recursive |
Boolean |
Recursive behavior | true |
No |
trustServerCert |
Boolean |
Trust self-signed certificates | false |
No |