🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
# C.101 SvnProplistTask The `SvnProplistTask` lists all properties on files, dirs, or revisions from the working copy. Table C.134:聽Attributes NameTypeDescriptionDefaultRequired`svnpath``String`Path to Subversion binary/usr/bin/svnNo`workingcopy``String`Working copy directorynoneYes, or `repositoryurl``repositoryurl``String`URL of remote repositorynoneYes, or `workingcopy``username``String`A username used to connect to the SVN servernoneNo`password``String`A password used to connect to the SVN servernoneNo`propertyname``String`Name of property to usesvn.proplistNo`recursive``Boolean`Recursive proplist usage?falseNo C.101.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"/> ```