Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

If you're connecting to a repository using SSH, you will need to follow some additional steps outlined on the Subversion over SSH page.

Branches To Monitor

There are 2 options to choose from when selecting which branch(s) to monitor.

  1. Single Branch
    Only monitor a single branch of the repository. When you select this option you need to provide a Default Path which is the value of the branch you want Continua to monitor.

  2. By pattern
    Monitor any branch that matches the pattern you provide in the Branch Pattern field. The Branch Pattern field accepts a regular expression which is matched against all the branches in your mercurial repository. Since the pattern can potentially match more than one branch, you also need to provide a Default Path value so Continua knows what to use for a build when no branch is selected.

Default Path

Enter the path which represents the default trunk or branch to monitor. The path should start and end with /

Branch Pattern

When the repository is checked, only the branches matching this pattern will be monitored. The pattern is matched against the root of your SVN repository so your pattern must also contain the directory in which the branches live. The branch pattern should include line start and end characters and 

Externals

There are 3 options to choose from when selecting how to deal with external repositories. 

  1. Ignore
    Ignore any changesets in external repositories.

  2. Checkout
    Checkout any changesets in external repositories when checking out changesets in the main repository as part of the build process. Don't detect and list changesets in external repositories. 

  3. Detect and Checkout
    Detect and list any changesets in external repositories and check them out as part of the build process.

UserName

The username to use when managing the SVNrepositorySVN repository.

Password

The corresponding password to the username used to manage the repository.

...

Alternatively, you can select the Custom option from the Using drop down list and specify a path in the resulting input field that will be displayed. Please read Why it's a good idea to use a property collector before using this option.

Enabled

Check this box to enable the repository for use as part of the build process.