The SvnInfoTask
parses the output of the 'svn info --xml' command
and extracts one specified element (+ optional sub element) from that output.
Table 153. Attributes
Name | Type | Description | Default | Required |
---|---|---|---|---|
svnpath |
String |
Path to Subversion binary | /usr/bin/svn | No |
workingcopy |
String |
Working copy directory | none | Yes, or repositoryurl |
repositoryurl |
String |
URL of remote repository | none | Yes, or workingcopy |
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.info | No |
element |
String |
Sets whether to store actual last changed revision of the directory/file mentioned | url | No |
subelement |
String |
Sets whether to force compatibility with older SVN versions (< 1.2) | none | No |