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 57903 - CVS spec anbiguities
Summary: CVS spec anbiguities
Status: CLOSED FIXED
Alias: None
Product: ide
Classification: Unclassified
Component: UI (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: jrojcek
URL:
Keywords:
Depends on:
Blocks: 57776 57900
  Show dependency tree
 
Reported: 2005-04-14 15:58 UTC by _ pkuzel
Modified: 2006-01-19 09:22 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 _ pkuzel 2005-04-14 15:58:48 UTC
Issue #57900

The spec does not talk about editor integration (tab coloring and popup menus).
Interesting question regarding editor tab coloring aligned with explorer view is
that CVS alters color of modified files. It possibly clashes with the "asterix"
concept used for marking modified files in editor. There are two ways how to
present modified files:
  - asterix that means file in memory does not match file on disk
  - CVS color that means that local file does not match repository version
Is it OK?

Issue #57776

Jesse: BTW careful with that UI spec. It does not specify what to do when part
of the project - e.g. external ${src.dir} - is under CVS but part - e.g. main
project dir incl. nbproject - is not. I guess it should then be treated as
unversioned (but e.g. "Source Packages" would have the versioning UI).

My understanding is quite opposite. Present versioning action whenever at least
one part of project is versioned.
Comment 1 _ pkuzel 2005-04-20 09:20:06 UTC
Jano could you resolve. Core folks are ranting that we require changes without
spec <http://ui.netbeans.org/nonav/docs/hi/promoF/vcs-spec.html>.
Comment 2 _ pkuzel 2005-05-05 15:02:26 UTC
Spec update needed...
Comment 3 _ ttran 2005-09-20 13:18:42 UTC
Jano should update the spec. but this is not a bug in a product.  P3
Comment 4 jrojcek 2005-10-14 16:09:10 UTC
This was fixed in the spec. 

* The editor tabs use the same color for file names as in the project window.
* A project is versioned (contains CVS actions in contextual menu and shows CVS badges) if at least one 
folder in that project contains CVS metadata.

Read first two paragraphs at:
http://ui.netbeans.org/nonav/docs/hi/promoF/vcs-spec.html#Projects_Window
Comment 5 Marian Mirilovic 2006-01-19 09:22:22 UTC
closed