-
Type:
Suggestion
-
Resolution: Unresolved
-
Component/s: Code reviews
When adding content to a review using the "Choose Branches" option, all branches that ever existed in a SVN repository are listed, even the ones that have already been deleted (e.g., by running svn rm branches/xx && svn commit -m 'branch removal').
If the branch was deleted then most likely the work was already merged somewhere (so no one would want to review those changes) or the work was abandoned (still no reason to review that code). Hence, those branches should not be listed.
Possible workarounds:
- Configuring a Start Revision
- Adding excludes
In both cases, it is required to re-index the repository from scratch.