🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
# C.102 SvnPropgetTask The `SvnPropgetTask` gets a property on files, dirs, or revisions from the working copy. Table C.135:聽Attributes NameTypeDescriptionDefaultRequired`svnpath``String`Path to Subversion binary/usr/bin/svnNo`repositoryurl``String`URL of remote repositorynoneYes`todir``String`Path to the checked out projectnoneYes`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 use.svn.propgetNo`svnpropertyname``String`The svn property to get.noneYes`fromdir``String`Thr dir the properties are from.noneYes C.102.1 Example ``` <svnpropget svnpath="/usr/bin/svn" username="anony" password="anony" repositoryurl="http://svn.phing.info/tags/2.4.2" fromdir="/home/user/svnwc" svnpropertyname="propertyname" propertyname="propget"/> ```