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 90114 - more CVS support in CND
Summary: more CVS support in CND
Status: NEW
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: CVS (show other bugs)
Version: 5.x
Hardware: All All
: P1 blocker (vote)
Assignee: issues@cnd
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-11-27 23:18 UTC by julieg
Modified: 2009-02-27 17:11 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description julieg 2006-11-27 23:18:06 UTC
This is the VOC from SunStudio blitz:

----------------
   If I try to check out the sources from CVS within the IDE, it does
not preserve the execute flag on the files, so running cunfigure don't
work. If I checkout the source outside CVS I am able to execute
configure, but now all of the files are read only, and the IDE don't
have a "cvs edit" command... Workaround: execute the commands in the
shell.. 
----------------
Comment 1 julieg 2007-01-11 01:20:35 UTC
Should include this feature in CND 5.5.1
Comment 2 _ gordonp 2007-01-11 15:32:17 UTC
There is no cvs support in the C/C++ pack (nor should there be). Reassigning
to component cvs. (Julie, I expect they'll have issues with this being a P1:-)
Comment 3 Maros Sandor 2007-01-11 16:12:45 UTC
"If I try to check out the sources from CVS within the IDE, it does
not preserve the execute flag on the files"
- this functionality was just introduced in java 6 and we have to still run on
java 5 so we do not have this implemented yet

"and the IDE don't have a "cvs edit" command"
- this is beeing worked on, see Issue #70639