24 lines
933 B
XML
24 lines
933 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<project>
|
|
<scm class="hudson.scm.SubversionSCM">
|
|
<locations>
|
|
<hudson.scm.SubversionSCM_-ModuleLocation>
|
|
<remote>http://svn.example.com/repo</remote>
|
|
<local>.</local>
|
|
<credentialsId>abcdef01234567890</credentialsId>
|
|
<depthOption>files</depthOption>
|
|
<ignoreExternalsOption>true</ignoreExternalsOption>
|
|
</hudson.scm.SubversionSCM_-ModuleLocation>
|
|
<hudson.scm.SubversionSCM_-ModuleLocation>
|
|
<remote>http://svn.example.com/repo2</remote>
|
|
<local>repo2</local>
|
|
<depthOption>infinity</depthOption>
|
|
<ignoreExternalsOption>false</ignoreExternalsOption>
|
|
</hudson.scm.SubversionSCM_-ModuleLocation>
|
|
</locations>
|
|
<workspaceUpdater class="hudson.scm.subversion.UpdateUpdater"/>
|
|
<ignoreDirPropChanges>false</ignoreDirPropChanges>
|
|
<filterChangelog>false</filterChangelog>
|
|
</scm>
|
|
</project>
|