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 225042 - make it easy to see which version control branch (or equivalent) the code is from
Summary: make it easy to see which version control branch (or equivalent) the code is ...
Status: RESOLVED WORKSFORME
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: CVS (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Ondrej Vrabec
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-17 23:02 UTC by pbelbin
Modified: 2013-01-18 09:01 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments
branch label displayed (7.05 KB, image/png)
2013-01-18 08:59 UTC, Ondrej Vrabec
Details

Note You need to log in before you can comment on or make changes to this bug.
Description pbelbin 2013-01-17 23:02:51 UTC
I would like it to be quick and easy to see for each project, which branch or version (as appropriate to the version control platform it is) each project is currently at.

eg: CVS has branches.  but, how do you know which branch is currently checked out??

today, you have to either switch over to file view and then drill in to each version control file and see it, or, make a superficial change, in order to then see to which branch this change would be checked in.

surely we can do better!

I was thinking having this information added to the 'tips' that appears after hovering over a project name (in the projects pane), but, perhaps a new pane would better be able to show all of them at once, so that one does not have to try to 'remember' what each is would be even better.
Comment 1 Milos Kleint 2013-01-18 08:35:10 UTC
ovrabec: isn't this feature already somehow customizable in versioning modules?
Comment 2 Ondrej Vrabec 2013-01-18 08:59:58 UTC
Created attachment 130347 [details]
branch label displayed
Comment 3 Ondrej Vrabec 2013-01-18 09:01:22 UTC
Branch the project is in is already displayed next to the project's name. Just ensure that View -> Show Versioning Labels is switched on.