We're about to start using Crucible to do Code Reviews in a project that started a few weeks back.
This means we already have quite a lot of code in the Develop branch.
Is there a way to create a review of the current state of a branch?
I tried doing a branch review of Develop merged from Master (master is still clean), but that ran into the 800rev/400files limit.
I tried adding files through the Search option (globbing only a part of the tree, to keep within the limits), and while that added the files to the review, it wouldn't load the content (the 'view diff' option at the top would just keep loading after click).
I hope I'm missing something, or there is a workaround for this use case...
Thanks in advance!
If you are able to produce diff you wanted, you can use precommit review option in Crucible (Edit -> add content -> Precommit).
That way you have more control over files / changes you really want to review.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.