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 - cvs checkout: commit -d option should be usable
Summary: cvs checkout: commit -d option should be usable
Status: NEW
Alias: None
Product: obsolete
Classification: Unclassified
Component: vcscore (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@obsolete
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-07 16:48 UTC by drscott
Modified: 2005-10-07 16:48 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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!