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

Summary: more CVS support in CND
Product: versioncontrol Reporter: julieg <julieg>
Component: CVSAssignee: issues@cnd <issues>
Status: NEW ---    
Severity: blocker    
Priority: P1    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

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