X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org Message-ID: <473246E9.EC9DC270@dessent.net> Date: Wed, 07 Nov 2007 15:14:49 -0800 From: Brian Dessent X-Mailer: Mozilla 4.79 [en] (Windows NT 5.0; U) MIME-Version: 1.0 To: "[ML] CygWin" Subject: Re: winsup cvs checkout weirdness References: <47323D32 DOT 1020003 AT lapo DOT it> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Reply-To: cygwin AT cygwin DOT com Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Lapo Luchini wrote: > I wonder why the -d option weirds out the checkout. > > -d dir Check out into dir instead of module name. > > ...and moreover, should by default be created in a "winsup" directory? > ("instead of module name" in the man, which suggests it's the default) It's a "feature"/artifact of how CVS modules work. The "winsup" is an alias that checks out multiple modules, and this does not work with -d. If you use an actual path instead of a module name (i.e. "co -d try src/winsup") then you'll successfully get the winsup dir under try/ -- but this is probably not what you want, as it does not include the other modules necessary to actually build Cygwin like toplevel, newlib, config, libiberty, etc. (aka naked-winsup.) Brian -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/