Configure Xoom in preparation for configuration versioning / Configure the repository and working copy |
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:
<SvnRepo> <ServerUrl>svn-repo-url</ServerUrl> <WorkingCopy>C:\Path\To\Local\Working\Copy</WorkingCopy> …