Fisheye: Have to review new branch without any changes

Peter Trubshaw May 14, 2012

Hey Guys,

We've integrated Fisheye/Crucible with Jira and trying to get code reviews to work without massively changing our working practices.

We're using SVN and our development model dictates that we create a branch in order to do any developement (feature branching model). We methodically label our branches with the Jira ticket name so all changes to the branches do get picked up successfully.

The problem is when we create a branch, it creates a changeset that needs to be reviewed with adding 1400 files. After the initial branch - we can then see the changesets that actually need to be reviewed.

is there anyway that we can (automagically) ignore the actual branch creation from our reviews?

3 answers

1 vote
Martin Cooper
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.
June 12, 2012

Fisheye does not ignore Branch creation commits, this is a long standing feature request:

https://jira.atlassian.com/browse/FE-184

What it does if taught your branch structure is make re-use of the same files, as opposed to storing multiple copies. Fisheye does not sit directly on the SVN repository so cannot make use of SVN cheap copies, but uses working copies, which would contain duplicates as a working copy is full file download. By teaching fisheye your structure it can implement its own 'cheap copy' to save space.

0 votes
Alexander Taler
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.
May 29, 2012

Where does it tell you that the changeset needs to be reviewed?

0 votes
Renjith Pillai
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.
May 14, 2012

I was under the impression that if the directory structure of the repository follows the ideal case as explained in this link, the branch creations are ignored by Fisheye. Can you go through the link and check whether your repositories requires some special to match the directory structure?

http://confluence.atlassian.com/display/FISHEYE/SVN+Tag+and+Branch+Structure

Suggest an answer

Log in or Sign up to answer