C.86 SvnProplistTask

The SvnProplistTask lists all properties on files, dirs, or revisions from the working copy.

Table C.112: Attributes

NameTypeDescriptionDefaultRequired
svnpathStringPath to Subversion binary/usr/bin/svnNo
workingcopyStringWorking copy directorynoneYes, or repositoryurl
repositoryurlStringURL of remote repositorynoneYes, or workingcopy
usernameStringA username used to connect to the SVN servernoneNo
passwordStringA password used to connect to the SVN servernoneNo
propertynameStringName of property to usesvn.proplistNo
recursiveBooleanRecursive proplist usage?falseNo
configOptionStringOverride subversion's config optionn/aNo

C.86.1 Example

<svnproplist
                svnpath="/usr/bin/svn"
                username="anony"
                password="anony"
                repositoryurl="http://svn.phing.info/tags/2.4.2"
                todir="/home/user/svnwc"
                recursive="true"
                propertyname="proplist"/>