This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 255696 - Versioning labels performs recursivelly
Summary: Versioning labels performs recursivelly
Status: NEW
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: CVS (show other bugs)
Version: 8.1
Hardware: PC Linux
: P3 normal (vote)
Assignee: Ondrej Vrabec
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-10-05 13:23 UTC by mperezma
Modified: 2015-10-05 13:23 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description mperezma 2015-10-05 13:23:27 UTC
Executing test 3.23 of [VCS] CVS sanity tests spec (http://services.netbeans.org/synergy/client/app/#/specification/353/v/2) I've seen that versioning labels are not working fine.

Steps to reproduce:
- Create a new java project and add it to CVS repo
- Create a package aa and add a file in it
- Create a package aa.bb and add a file in it
- Branch the packate aa, "branch_aa"
- Enable versioning labels through "View -> Show versioning labels"

Expected result: only package aa should be labeled as "branch_aa", but also subpackage aa.bb is labeled as "branch_aa". CVS is working as expected, because if you try to switch aa.bb to other branch, you will see there is no branch to switch to (you can only stay on trunk). But versioning label is assuming that subpackages are in the same branch recursivelly.