Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Using regular expressions in Bamboo 4.1

SSI Team
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
July 19, 2012

I'm tring to configure my Subversion repository from excluding multiple directories.

The following is an example of my repository:

  • branches
    • 2.0.1
    • 2.0.2
    • Tickets
      • ...
      • ...
      • ...
  • branches
  • repo
  • trunch

I would like to exclude everything in branches/Tickets and repo. These directories exist under the root of my repository. What is the regular expression for accomplishing this task.

1 answer

0 votes
PiotrA
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
July 29, 2012

Hi,

How about using

^(branches/Tickets/.*|repo/.*)

in the repository advanced configuration -> "exlude files" field? I think this should do the trick.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events