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 66267

Summary: cvs checkout: commit -d option should be usable
Product: obsolete Reporter: drscott <drscott>
Component: vcscoreAssignee: issues@obsolete <issues>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description drscott 2005-10-07 16:48:24 UTC
Let's say there is a project in a cvs repository under
cvsroot/departmentA/systemB/applicationC

All of the relevant stuff is under the folder appllicationC. The parent folder
structure is only to have a clean structure.

Currently, a developer is not able to checkout 'applicationC' to the following
working directory:

$HOME/projects/AppC

instead he will get:

$HOME/projects/departmentA/systemB/applicationC

Therefore it should be possible to have access to the 'checkout -d' option of
cvs right from the checkout dialog.

Keep on the good work!