delorie.com/archives/browse.cgi | search |
X-Recipient: | archive-cygwin AT delorie DOT com |
DomainKey-Signature: | a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id |
:list-unsubscribe:list-subscribe:list-archive:list-post | |
:list-help:sender:date:from:to:subject:message-id:reply-to | |
:references:mime-version:content-type:in-reply-to; q=dns; s= | |
default; b=ec+wJbVitokqDfD8VT1pedoJAJFNyu/6QsyjjBAgSimIbW+VYPjqU | |
e8hpCbhNJ01j7GPJfBJGlMnVwcZblTtFFItsM4Jive/grzgT+CtfpSQr2BlfI2bk | |
pn8fARkWASWorHcwxlm8w9l3UPbeSZw5rJgz4ikOWst/nG+IThyBws= | |
DKIM-Signature: | v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id |
:list-unsubscribe:list-subscribe:list-archive:list-post | |
:list-help:sender:date:from:to:subject:message-id:reply-to | |
:references:mime-version:content-type:in-reply-to; s=default; | |
bh=GECwnALJtyY4NmV8T7k6Nz2fD2k=; b=No/wyjYDaTyqAI1kqwg4N9Cyuol8 | |
ibuUq/pu8RNCxeSYOqJuH2FHxnBO7vkRbvMwPmFJG91Z/EaJJHiEqAA9tplt/YFZ | |
NXayfjscHFFaL/gSuaBWweKkAClh8MU765T0VqHRUdkfcFJukGiAzhGwnDHjqbi9 | |
24OiHNV3jli0eUU= | |
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
List-Id: | <cygwin.cygwin.com> |
List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
List-Archive: | <http://sourceware.org/ml/cygwin/> |
List-Post: | <mailto:cygwin AT cygwin DOT com> |
List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
Sender: | cygwin-owner AT cygwin DOT com |
Mail-Followup-To: | cygwin AT cygwin DOT com |
Delivered-To: | mailing list cygwin AT cygwin DOT com |
Authentication-Results: | sourceware.org; auth=none |
X-Virus-Found: | No |
X-Spam-SWARE-Status: | No, score=-6.0 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.2 |
X-HELO: | mho-02-ewr.mailhop.org |
X-Mail-Handler: | Dyn Standard SMTP by Dyn |
X-Report-Abuse-To: | abuse AT dyndns DOT com (see http://www.dyndns.com/services/sendlabs/outbound_abuse.html for abuse reporting information) |
X-MHO-User: | U2FsdGVkX18M+83k2O3XmglDMHorMSOv |
Date: | Tue, 8 Apr 2014 23:28:33 -0400 |
From: | Christopher Faylor <cgf-use-the-mailinglist-please AT cygwin DOT com> |
To: | cygwin AT cygwin DOT com |
Subject: | Re: We need steenking patches (Re: Cygwin kill utility...) |
Message-ID: | <20140409032833.GA2351@ednor.casa.cgf.cx> |
Reply-To: | cygwin AT cygwin DOT com |
Mail-Followup-To: | cygwin AT cygwin DOT com |
References: | <5F8AAC04F9616747BC4CC0E803D5907D0C8B4372 AT MLBXv04 DOT nih DOT gov> <20140408090129 DOT GC28755 AT calimero DOT vinschen DOT de> <6CF2FC1279D0844C9357664DC5A08BA2464FF5 AT MLBXV06 DOT nih DOT gov> <5F8AAC04F9616747BC4CC0E803D5907D0C8B85C2 AT MLBXv04 DOT nih DOT gov> <20140408152118 DOT GB4595 AT ednor DOT casa DOT cgf DOT cx> <5344236E DOT 8020503 AT aol DOT com> <20140408164902 DOT GD5812 AT ednor DOT casa DOT cgf DOT cx> <5F8AAC04F9616747BC4CC0E803D5907D0C8B89AF AT MLBXv04 DOT nih DOT gov> <20140408181301 DOT GD2731 AT ednor DOT casa DOT cgf DOT cx> <CAAXzdLUJaQ3ap06EPD51ua45d7vqmaPanCZRo9CZDPKmMfm5=w AT mail DOT gmail DOT com> |
MIME-Version: | 1.0 |
In-Reply-To: | <CAAXzdLUJaQ3ap06EPD51ua45d7vqmaPanCZRo9CZDPKmMfm5=w@mail.gmail.com> |
User-Agent: | Mutt/1.5.20 (2009-06-14) |
On Tue, Apr 08, 2014 at 09:20:59PM -0500, Steven Penny wrote: >On Tue, Apr 8, 2014 at 1:13 PM, Christopher Faylor wrote: >>It is a little known fact that one of Corinna's early messages was >>actually a suggestion. I suggested to *her* that a patch would be >>considered. She took that as a challenge and provided a patch. >>Apparently Corinna is quite unique (we all know that now), at least as >>far as the Cygwin ecosphere is concerned. > >I would like to contribute, but the current system sucks, to be frank. The problem with being frank is that you stand the chance of looking uninformed if you didn't do some basic research. >As far as I can tell this is the current repo > >http://cygwin.com/cgi-bin/cvsweb.cgi/src/winsup/?cvsroot=src That's the web representation of the Cygwin CVS tree. If you don't know how to translate that into a cvs command you shouldn't bother. >but then you can also find this > > http://cygwin.com/cgi-bin/cvsweb.cgi cygwin.com == sourceware.org == gcc.gnu.org. You're looking at the top-level (mostly unused these days) CVS repo for sourceware.org. That contains the Cygwin CVS repository but it isn't the right way to get the information for checking out Cygwin. Instructions on how to check out the source are available at the cygwin web site, just like they are at every open source site. Go to the cygwin web page and look to the left. You'll see "Contributing" and "Source in CVS". Both lead you to instructions. "Contributing" is intended to help with providing patches. "Source in CVS" is obvious. Yes, I know. Git is better than CVS. cgf -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |