Received: from localhost (maia-3.hub.org [200.46.204.184]) by postgresql.org (Postfix) with ESMTP id 6514D9FC133 for ; Wed, 30 May 2007 14:41:57 -0300 (ADT) Received: from postgresql.org ([200.46.204.71]) by localhost (mx1.hub.org [200.46.204.184]) (amavisd-maia, port 10024) with ESMTP id 51666-01-2 for ; Wed, 30 May 2007 14:41:49 -0300 (ADT) X-Greylist: from auto-whitelisted by SQLgrey-1.7.5 Received: from momjian.us (momjian.us [70.90.9.53]) by postgresql.org (Postfix) with ESMTP id 8C42D9FC0FA for ; Wed, 30 May 2007 14:41:50 -0300 (ADT) Received: (from bruce@localhost) by momjian.us (8.11.6/8.11.6) id l4UHfoP26320; Wed, 30 May 2007 13:41:50 -0400 (EDT) From: Bruce Momjian Message-Id: <200705301741.l4UHfoP26320@momjian.us> Subject: Re: On patching without write access to CVS In-Reply-To: <1179165383.313776.258860@q75g2000hsh.googlegroups.com> To: Andrew Hammond Date: Wed, 30 May 2007 13:41:50 -0400 (EDT) CC: pgsql-patches@postgresql.org X-Mailer: ELM [version 2.4ME+ PL123] MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="ELM1180546910-19139-0_" Content-Transfer-Encoding: 7bit X-Virus-Scanned: Maia Mailguard 1.0.1 X-Archive-Number: 200705/496 X-Sequence-Number: 2596 --ELM1180546910-19139-0_ Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="US-ASCII" Updated patch with suggested wording applied, attached. I did not modify FAQ_DEV.html because this doesn't seem to be an FAQ-level issue. --------------------------------------------------------------------------- Andrew Hammond wrote: > On May 14, 12:57 am, pete...@gmx.net (Peter Eisentraut) wrote: > > Am Montag, 14. Mai 2007 03:56 schrieb David Fetter: > > > > > + For those things which CVS does not do > > > + by itself, such as letting you create patches without write access, > > s/such as letting you create patches/specifically creating patches > which either create or delete files/ > > ? > > > > > I don't think that is accurate. > > > > -- > > Peter Eisentrauthttp://developer.postgresql.org/~petere/ > > > > ---------------------------(end of broadcast)--------------------------- > > TIP 1: if posting/reading through Usenet, please send an appropriate > > subscribe-nomail command to majord...@postgresql.org so that your > > message can get through to the mailing list cleanly > > > > ---------------------------(end of broadcast)--------------------------- > TIP 6: explain analyze is your friend -- Bruce Momjian http://momjian.us EnterpriseDB http://www.enterprisedb.com + If your life is a hard drive, Christ can be your backup. + --ELM1180546910-19139-0_ Content-Transfer-Encoding: 7bit Content-Type: text/x-diff Content-Disposition: inline; filename="/rtmp/diff" Index: doc/src/sgml/cvs.sgml =================================================================== RCS file: /cvsroot/pgsql/doc/src/sgml/cvs.sgml,v retrieving revision 1.42 diff -c -c -r1.42 cvs.sgml *** doc/src/sgml/cvs.sgml 27 Mar 2007 01:45:22 -0000 1.42 --- doc/src/sgml/cvs.sgml 30 May 2007 17:35:54 -0000 *************** *** 15,20 **** --- 15,24 ---- Thomas Lockhart + + David + Fetter + 1999-05-20 *************** *** 150,155 **** --- 154,166 ---- comes with CVS, or see the online documentation at . + + For those things which CVS does not do by + itself, for example ones that add or remove files, you can use + cvsutils, which is packaged for many + operating systems, or available in source form at . + --ELM1180546910-19139-0_--