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 81813

Summary: Can't commit new files from new package.
Product: versioncontrol Reporter: Peter Pis <ppis>
Component: CVSAssignee: issues@versioncontrol <issues>
Status: VERIFIED FIXED    
Severity: blocker    
Priority: P1    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Peter Pis 2006-08-03 15:06:00 UTC
NB 060803, jdk1.5.0_07

Steps:
1. Open version controlled project.
2. Add new package "xx". Create new files in it.
3. Select package "xx" and invoke "CVS | Commit" action.

Action fails. 

===
cvs [add aborted]: there is no version here; do 'cvs checkout' fisrt
===
Comment 1 Peter Pis 2006-08-03 15:08:53 UTC
test fails - CommittingCvs11Test.java
Comment 2 Maros Sandor 2006-08-04 10:44:52 UTC
Hotfixing fix of Issue #80431. Add command requires a different strategy.

/shared/data/ccvs/repository/javacvs/cvsmodule/src/org/netbeans/modules/versioning/system/cvss/ClientRuntime.java,v
 <--  ClientRuntime.java
new revision: 1.38; previous revision: 1.37
Comment 3 Peter Pis 2006-08-09 13:21:49 UTC
Verified.
Comment 4 Maros Sandor 2006-10-18 13:17:39 UTC
*** Issue 83050 has been marked as a duplicate of this issue. ***