多应用+插件架构,代码干净,二开方便,首家独创一键云编译技术,文档视频完善,免费商用码云13.8K 广告
# 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"/> ```