Versions Compared

Key

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

...

Scenarios and examples of workspace include rules can be found on the Workspace Rules page.

 More information about pattern wild cards can be found on the Ant Pattern Usage page.

Exclude Rules

An exclude rule is defined by putting a dash ( - ) at the start of the rule. An exclude rule only needs to specify an operator (for direction) and a source pattern. The operator type doesn't matter, as long as you get the direction of it correct. The destination pattern is irrelevant because the exclude source pattern is applied to all files captured by all include patterns.

...

Scenarios and examples of repository rules can be found on the Repository Rules page.

More information about pattern wild cards can be found on the Ant Pattern Usage page.

 

I'm using a Server to Agent rule to put the repositories' contents in the agent's workspace but the repositories' contents aren't in the server workspace, how does that work?

...