AI写作智能体 自主规划任务,支持联网查询和网页读取,多模态高效创作各类分析报告、商业计划、营销方案、教学内容等。 广告
# C.103 SvnPropsetTask The `SvnSwitchTask` sets a property on files, dirs, or revisions from the working copy. Table C.136:聽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`svnpropertyname``String`The svn property to setnoneYes C.103.1 Example ``` <svnpropset svnpath="/usr/bin/svn" username="anony" password="anony" repositoryurl="http://svn.phing.info/tags/2.4.2" todir="/home/user/svnwc" svnpropset="propertyname"/> ```