💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
# 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"/> ```