The SvnProplistTask
lists all properties on files, dirs, or revisions from the
working copy.
Table C.112: 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.proplist | No |
recursive | Boolean | Recursive proplist usage? | false | No |
configOption | String | Override subversion's config option | n/a | No |