Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm 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 Message-ID: <004601c2cddb$33f76b60$78d96f83@pomello> From: "Max Bowsher" To: , "Cygwin" References: Subject: Re: 1.3.20 Date: Thu, 6 Feb 2003 12:28:07 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Michael H. Cox wrote: > Excuse me for butting in on this thread, but I'm having trouble using > the cygwin CVS respository and since CVS seems to be the preferred > method... Yes. > I'm trying to build a debug version of cygwin1.dll to help debug a > problem I'm having. I'd like to retrieve the source files used to > build cygwin 1.3.19-1 from CVS. Following the instructions at > http://cygwin.com/cvs.html I tried to checkout this version using: > > cvs -d:pserver:anoncvs AT sources DOT redhat DOT com:/cvs/src checkout -r > cygwin-1-3-19-1 winsup > > (BTW, the tag cygwin-1-3-19-1 isn't in the list of available tags in > cvsweb at > http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/?cvsroot=src, > but it is in CVS.) > > I only got a portion of the source files (the files under > src/winsup/cygwin). If I don't use the tag, I get all the sources, > but I'm getting files off the MAIN trunk that aren't tagged with > cygwin-1-3-19-1. Yes. Cygwin incorporates things like newlib from outside winsup. Since cygwin does not own these, they don't get tagged. I assume the newlib people object to having loads of cygwin tags in their bit of src. > I don't think that's what I want since I'll be > getting changes that have occurred since the 1.3.19-1 release. How > do I get the versions of w32api, newlib, etc. that were used to build > 1.3.19-1 out of CVS? Tricky. Do you need to? Why not just build from HEAD, and see if your problem still exists? If it doesn't - great! If it does - you don't need to struggle with CVS to get it to give you the right files. If you really do need 1.3.19-1 specifically, I suggest you use the tarball - it *should* be buildable - otherwise there is not a lot of point in having it. Max. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/