30 lines
1.1 KiB
XML
30 lines
1.1 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<project>
|
|
<scm class="hudson.scm.SubversionSCM">
|
|
<browser class="hudson.scm.browsers.ViewSVN">
|
|
<url>http://svn.apache.org/viewvc/spamassassin/trunk</url>
|
|
</browser>
|
|
<locations>
|
|
<hudson.scm.SubversionSCM_-ModuleLocation>
|
|
<remote>http://svn.apache.org/repos/asf/spamassassin/trunk</remote>
|
|
<local>.</local>
|
|
<credentialsId>abcdef01234567890</credentialsId>
|
|
<depthOption>empty</depthOption>
|
|
<ignoreExternalsOption>true</ignoreExternalsOption>
|
|
</hudson.scm.SubversionSCM_-ModuleLocation>
|
|
</locations>
|
|
<workspaceUpdater class="hudson.scm.subversion.CheckoutUpdater"/>
|
|
<excludedRegions>/region3/.*\.jpg
|
|
/region4</excludedRegions>
|
|
<includedRegions>/region1/.*\.cpp
|
|
/region2</includedRegions>
|
|
<excludedUsers>user1
|
|
user2</excludedUsers>
|
|
<excludedRevprop>propname</excludedRevprop>
|
|
<excludedCommitMessages>test-msg
|
|
test-msg2</excludedCommitMessages>
|
|
<ignoreDirPropChanges>true</ignoreDirPropChanges>
|
|
<filterChangelog>true</filterChangelog>
|
|
</scm>
|
|
</project>
|