Missed Team ’24? Catch up on announcements here.

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

Excluding the tags and branches folder

lance_lyons
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.
December 26, 2011

Frequently in Subversion, the commong folder structure is to have the following.

repo/project/tags

repo/project/branches

repo/project/trunk

We also use release branching and the name of the release branch is always the same

(repo/project/branches/currentreleasebranch)

We would like to exclude all tags from indexing and all branches except the currentreleasebranch. All other folders we want to include.

We have configured crucible with the following includes

**/trunk/**

**/branches/currentreleasebranch/**

and excludes

**/tags/**

**/branches/**

Are we doing this correctly?

Thanks in advance.

2 answers

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

0 votes
Fred Vaughn
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!
April 8, 2014

I really wish there was an answer to this question.

I want to exclude my "tags" directory.

It appears I should list it as "/tags" in the exlude paths. Correct?

thanks!

0 votes
lance_lyons
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.
December 28, 2011

I am surmizing from the reference article below that Crucible is setup to handle this standard SVN structure.

http://confluence.atlassian.com/display/FISHEYE/SVN+Tag+and+Branch+Structure#SVNTagandBranchStructure-customexample1

All you need to do is Under the repository chose scm details and then use builtin in symbolic rules.

Is this correct?

do these rules cause crucible to exclude tags and branches?

What do I do if I want to include a particular branch?

TAGS
AUG Leaders

Atlassian Community Events