企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
# C.93 SvnCopyTask The `SvnCopyTask` duplicates something in a working copy or repository, remembering history. Table C.126:聽Attributes NameTypeDescriptionDefaultRequired`message``String`Log messagen/aNo`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`force``Boolean`Force overwrite files if they already exist`false`No`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`trustServerCert``Boolean`Trust self-signed certificates`false`No C.93.1 Example ``` <svncopy svnpath="/usr/bin/svn" username="anony" password="anony" nocache="true" repositoryurl="svn://localhost/project/trunk/" todir="svn://localhost/project/tags/0.1"/> ```