ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、阅读、搜索等,送10W Token,即刻开启你的AI之旅 广告
# 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"/> ```