🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
# C.99 SvnUpdateTask The `SvnUpdateTask` updates a local directory. Table C.132:聽Attributes NameTypeDescriptionDefaultRequired`svnpath``String`Path to Subversion binary/usr/bin/svnNo`username``String`A username used to connect to the SVN servernoneNo`password``String`A password used to connect to the SVN servernoneNo`nocache``Boolean`Connection credentials will not be cached`false`No`todir``String`Path to the working copynoneYes`revision``Integer`Specific revision to update the working copy tononeNo`ignoreexternals``Boolean`Ignore externals definitions`false`No`trustServerCert``Boolean`Trust self-signed certificates`false`No C.99.1 Example ``` <svnupdate svnpath="/usr/bin/svn" username="anony" password="anony" nocache="true" todir="/home/user/svnwc"/> ``` ``` <svnupdate svnpath="C:/Subversion/bin/svn.exe" todir="C:/projects/svnwc"/> ```