Configure a repository with Subversion

Configure each Subversion repository in a separate <SvnRepo> element.

Give each repo a unique name using the id attribute, for example id="xoom-revisions".

The body of <SvnRepo> contains the following elements:

Subversion template from the configuration file

<SvnRepo>
      <ServerUrl>svn-repo-url</ServerUrl>
      <WorkingCopy>C:\Path\To\Local\Working\Copy</WorkingCopy>