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
Hi @Nestor Edelman,
You are right, Include Paths do not support Antglobs nor wildcards of any type, so your options are:
Hopefully this helps!
Thanks for responding. I will try your suggestion.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.