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 82992 - CVS ignores empty directories on checkout
Summary: CVS ignores empty directories on checkout
Status: RESOLVED DUPLICATE of bug 69950
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: CVS library (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@versioncontrol
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-18 15:27 UTC by djw666
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 djw666 2006-08-18 15:27:48 UTC
The new CVS module ignores empty directories on checkout.

Empty directories on checkout are sometimes desired in a repository. The CVS
module will ignore the empty directories.

A concrete example is a project that has no test modules. When the project is
checked out, the test directory does not exist. When opening a project
unresolved references for the test directory are reported.

This appears to be no way to configure the new CVS module to include empty
directories.
Comment 1 Maros Sandor 2006-09-08 13:59:19 UTC
We currently do not support unsetting the -P.

*** This issue has been marked as a duplicate of 69950 ***