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 89776 - Creation of subdirs of the checked out module should be optional
Summary: Creation of subdirs of the checked out module should be optional
Status: NEW
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: CVS (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@versioncontrol
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-11-21 17:17 UTC by waffletchnlgy
Modified: 2007-01-04 17:14 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 waffletchnlgy 2006-11-21 17:17:42 UTC
From the NB CVS documentation, CVS- > Checkout appears to run in the background:
cvs checkout -P -R -A -d mySandBox project1/commercial/customerA/moduleX
This will checkout the moduleX code into:
          mySandBox/project1/commercial/customerA/moduleX

When issuing the above cvs command on the command line, I  will checkout the
moduleX code into 
           mySandBox/ 

I suspect therefor that the NB CVS plugin is actually creating subdirs, prior to
issuing the checkout command. This should be an option in the UI, and not done
automatically. It's a pain to have to traverse through the subdirs.