Mailing-List: contact cygwin-developers-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-developers-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin-developers AT sources DOT redhat DOT com Date: Fri, 29 Jun 2001 20:57:35 -0400 From: Christopher Faylor To: cygwin-developers AT cygwin DOT com, cygwin-patches AT cygwin DOT com Subject: Re: hierarchy in setup (category stuff) Message-ID: <20010629205735.K9607@redhat.com> Reply-To: cygwin-patches AT cygwin DOT com Mail-Followup-To: cygwin-developers AT cygwin DOT com, cygwin-patches AT cygwin DOT com References: <04e801c0faa2$f9008260$0200a8c0 AT lifelesswks> <20010621222615 DOT C13746 AT redhat DOT com> <3B3324A7 DOT 49FFC98A AT yahoo DOT com> <054c01c0fbef$5f600e20$0200a8c0 AT lifelesswks> <06a001c0fc51$7a87e210$0200a8c0 AT lifelesswks> <20010629114004 DOT A6990 AT redhat DOT com> <20010629172912 DOT A8991 AT redhat DOT com> <032001c100fe$d62310c0$806410ac AT local> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.11i In-Reply-To: <032001c100fe$d62310c0$806410ac@local>; from robert.collins@itdomain.com.au on Sat, Jun 30, 2001 at 10:51:44AM +1000 On Sat, Jun 30, 2001 at 10:51:44AM +1000, Robert Collins wrote: >> Either way, there would still be problems. I think that they are mainly >because >> of Michael's white space fixes. >> >> I sometimes wish that we had a C/C++ aware version of patch. > >My .2c: update your CVS server. I have much much less problems with merges >with the sourceforge CVS server. I was using patch, actually. I don't know how CVS would affect this. But, I do want to update the server. It's been patched locally, so I'm really reluctant to tackle this but I really really should do this. >> >> Robert, if you are still interested, then I think that this is >definitely the >> >> way to go. If you have something worth checking in, then please do so. > >I'll draw up change log stuff and send something to cygwin-patches... or did >you want me to hit CVS directly? Go ahead and check it in. We can tweak it later. >>I'm thinking that we should just nuke the "latest" and "contrib" >>directories and create directories based on the name of the categories. > >I don't think we even need separate directories - they don't do much >once the package system manages the view :]. I was just thinking of using the directories as an organizational method for the packages on sourceware. The alternative is to somehow get the information into the setup.hint file there or to add some other file to the directory. That's a lot of work and it's error-prone. I can easily foresee erroneously having a Development and a Devlopment (misspelled) category if we do this on a per-package basis. As far as the layout on the user's side, I don't really care, except that we could almost forgo setup.ini completely and just rely on the directory layout for "Install From Current Directory". The next thing we have to do is add descriptions. That will involve another chooser change. cgf