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 - Can't commit new files from new package.
Summary: Can't commit new files from new package.
Status: VERIFIED FIXED
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: CVS (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: issues@versioncontrol
URL:
Keywords:
: 83050 (view as bug list)
Depends on:
Blocks:
 
Reported: 2006-08-03 15:06 UTC by Peter Pis
Modified: 2007-01-04 17:14 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 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. ***