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 133788 - 6.1 RC2 CVS Error when adding more than 1 file
Summary: 6.1 RC2 CVS Error when adding more than 1 file
Status: NEW
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: CVS (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@versioncontrol
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-23 18:19 UTC by pmccabe
Modified: 2010-07-30 09:55 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
error message (107.97 KB, image/jpeg)
2008-04-23 18:22 UTC, pmccabe
Details

Note You need to log in before you can comment on or make changes to this bug.
Description pmccabe 2008-04-23 18:19:01 UTC
I have several projects that have been imported into CVS previously

I have several new files, in more than one project.  When I select more than one file, and try to commit, I get an error
cvs [add aborted]: there is no version here; do 'cvs checkout' first

However, I can check in the files 1 by 1 no problem.

This did not happen in 6.0

Screenshot attatched
Comment 1 pmccabe 2008-04-23 18:22:56 UTC
Created attachment 60617 [details]
error message
Comment 2 Maros Sandor 2008-06-17 13:35:45 UTC
Is it so that those files are in different projects and those projects are in the root of your CVS checkout?

/some/dir/              (no CVS metadata here)
/some/dir/project1      (CVS metadata here)
/some/dir/project1/file1
/some/dir/project2/     (CVS metadata here)
/some/dir/project2/file2
Comment 3 pmccabe 2008-06-17 13:42:41 UTC
yes, this is exactly the case.  
Comment 4 Maros Sandor 2008-06-17 13:46:58 UTC
This has never worked since the CVS module tries to execute the 'add' command in the directory that is the closest
common ancestor of both files (/some/dir) and fails because /some/dir itself is not in CVS. I wonder if other commands
work such as commit.