The SvnPropgetTask
gets a property on files, dirs, or revisions from the working copy.
Table C.111: Attributes
Name | Type | Description | Default | Required |
---|---|---|---|---|
svnpath | String | Path to Subversion binary | /usr/bin/svn | No |
repositoryurl | String | URL of remote repository | none | Yes |
todir | String | Path to the checked out project | 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 |
propertyname | String | Name of property to use. | svn.propget | No |
svnpropertyname | String | The svn property to get. | none | Yes |
fromdir | String | Thr dir the properties are from. | none | Yes |
configOption | String | Override subversion's config option | n/a | No |