🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
# C.91 SvnCheckoutTask The `SvnCheckoutTask` checks out a Subversion repository to a local directory. Table C.124:聽Attributes NameTypeDescriptionDefaultRequired`svnpath``String`Path to Subversion binary/usr/bin/svnNo`repositoryurl``String`URL of SVN repositorynoneYes`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 export tononeYes`depth``String`Limit operation by depth`empty`, `files`, `immediates` or `infinity`No`ignoreexternals``Boolean`Ignore externals definitions`false`No`trustServerCert``Boolean`Trust self-signed certificates`false`No C.91.1 Example ``` <svncheckout svnpath="/usr/bin/svn" username="anony" password="anony" nocache="true" repositoryurl="svn://localhost/project/trunk/" todir="/home/user/svnwc"/> ``` ``` <svncheckout svnpath="C:/Subversion/bin/svn.exe" repositoryurl="svn://localhost/project/trunk/" todir="C:/projects/svnwc"/> ```