The SvnLogTask
stores the output of a svn log command on a
workingcopy or repositoryurl in a property. The result will be stored in an array,
one string that is separated by ' | ' (in words: space pipe space) for easy parsing.
Table 162. Attributes
Name | Type | Description | Default | Required |
---|---|---|---|---|
svnpath |
String |
Path to Subversion binary | /usr/bin/svn | No |
workingcopy |
String |
Working copy directory | none | One of the two |
repositoryurl |
String |
URL of remote repository | none | |
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 |
propertyname |
String |
Name of property to use | svn.list | No |
forceCompatible |
Boolean |
Deprecated: Sets whether to force compatibility with older SVN versions (< 1.2) | true |
No |
limit |
Integer |
Limits the number of items to get back from the command | n/a | No |