We normally do a pre-commit code review. The diff file generated is between a revision on the branch and a working copy of the file. The code on the trunk is being compared instead of comparing with a revision on the branch and the working copy.
how do we ensure that the correct revision on the branch and the working copy diff is seen when we do a Side-by-side diff ?
How do we resolve this issue ?
Hi Rama,
Without more info, its difficult to diagnose your problem. I can only suggest that you check whether the patch is anchored against the branch in question (see this page for a screenshot ).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.