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 27198 - CVS: Better support for users of "cvs edit"
Summary: CVS: Better support for users of "cvs edit"
Status: NEW
Alias: None
Product: obsolete
Classification: Unclassified
Component: vcsgeneric (show other bugs)
Version: 3.x
Hardware: All All
: P3 blocker (vote)
Assignee: Martin Entlicher
URL:
Keywords: UI
Depends on:
Blocks:
 
Reported: 2002-09-11 10:17 UTC by Martin Entlicher
Modified: 2006-02-07 09:41 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments
What about this new command ? (657 bytes, patch)
2002-09-11 11:23 UTC, Jiri Kovalsky
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Entlicher 2002-09-11 10:17:47 UTC
The users of CVS usually either use the "cvs edit"
feature regularly or don't care about it at all.
For those who use it, there should be a better
support:
- more prominent position of "cvs edit" and "cvs
unedit" commands,
- extended file annotation like [status; version;
editors].

This enhancement was proposed on nbusers (see
http://www.netbeans.org/servlets/ReadMsg?msgId=377075&listName=nbusers).
Comment 1 Jiri Kovalsky 2002-09-11 11:23:49 UTC
Created attachment 7374 [details]
What about this new command ?
Comment 2 Jiri Kovalsky 2002-09-11 11:25:18 UTC
If you chain it with refresh and edit commands, it works as Jeff
requested. It uses one free index slot for additional attribute.
Comment 3 Martin Entlicher 2002-09-11 11:32:43 UTC
Thanks Jiri for the fast patch submission!
I'll add support for editors annotation to the Refresh and Refresh
Recursively commands on folders as soon as I get some time for this.

It would be handy to change the popup menu a little as well, thus I'll
probably add a new checkbox for editing stuff into the CVS customizer.
Comment 4 Paul Byrne 2006-02-07 01:10:35 UTC
The total lack of CVS edit support in NB 5.0 makes the IDE CVS unusable for our
project (Project Looking Glass). Our community members make extensive use of cvs
watch which causes the files to be checked out read-only.

There is no way in the IDE to gain write access to such files, forcing the user
to resort to the command line or find another IDE.

This is a critical ommission from 5.0
Comment 5 Martin Entlicher 2006-02-07 09:41:07 UTC
paulby, this is a wrong issue. The correct one is issue #40809.
The cvs edit actually *is* implemented in a cvs profile for vcsgeneric module,
which is available at the Update Center. If you install the CVS profile from
there, you get support for almost all CVS commands and options.