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

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,557,624
Community Members
 
Community Events
184
Community Groups

Crucible/Fisheye: not all included directories being shown

Brent Webster
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.
Jul 06, 2014

My "AP" repository's branch/directory structure is as follows

/trunk/
/branches/release/xxx
/branches/..other stuff..
/branches/reviews/

I'm interested in submissions on trunk and on "some" subbranches under '/branches/release/' and everything under /branches/reviews/. When I configured the Includes/Excludes path for this repository, the following was specified

Under Includes, it was left blank while under Excludes the following branches were defined:

/branches/3rdParty
/branches/private/
/branches/release/10.x/
/branches/release/11.x/
/branches/release/12.x/
/branches/release/13.x/

This leaves only the latest release branch /branches/release/14.x/ but when I try and view the changelog via http://wifi-inspect.xxx.com/changelog/AP/branches/release?max=30&view=cru, it will display /branches and /branches/release but nothing under /branches/release/...

If I look under the 'Commit Graph' tab (i.e. http://wifi-inspect.xxx.com/graph/AP), I can see submissions made to /branches/release/14.x/xxxxx and from there I can select "Go to changeset" and see the deltas/diffs of the files that were submitted. For each file, the entire directory path is shown and each subdirectory is individually selectable. (i.e. http://wifi-inspect.xxx.com/changelog/AP/branches/release/14.x/14.1.1.0/stuff/all_ppc_cards) but nothing happens if I select these subdirectories.

Note: The repo was setup with "Store Diff Info" enabled.

Ideas?

1 answer

0 votes
Gretchen
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.
Oct 20, 2014

Under Excludes (but not includes) you can use the anti-glob wildcards (I think that's what they are called)  Try adding

/branches/release/13.x/**

instead of just

/branches/release/13.x/

It may actually be getting an error on the path without the wildcards which may be blocking the indexing.

One other thing to check out.  Look to see if you're running into licensing issues.  We hit this a month or so ago.  It seems that there were more users who had historically committed to our svn repo than we were licensed for.  (Yes it looks at the commit names as unique current users regardless of how old the checkin is).

Because the license levels were exceeded the indexing never completed and thus branches never appeared in the viewer.

 

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events