Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

How do I create a Crucible/Fisheye repo to point only to especific branches?

Nestor Edelman March 11, 2018

I have a SVN repo with trunk, tags, and branches. Standard SVN structure.

The repo has hundreds of branches and the team only wants to do code review on branches that starts with string "abc_" .

Is there a way to tell Fisheye to index only /branches/abc_* ?

That way it will not take days to index the entire /branches directory.

And yes, already excluded **/tags/** and **/trunk/** - but it seems that the include path does not support wild cards.

Thanks

1 answer

0 votes
Felipe Kraemer
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
March 16, 2018

Hi @Nestor Edelman,

You are right, Include Paths do not support Antglobs nor wildcards of any type, so your options are:

  1. Add branches one by one to the list of Include Paths.
  2. Use Exclude Paths, in which case you will exclude branches that match specific patterns, meaning that only branches with pattern "/branches/abc_*" will end up being indexed.

Hopefully this helps!

Nestor Edelman March 19, 2018

Thanks for responding. I will try your suggestion.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events