Received: from localhost (maia-4.hub.org [200.46.204.183]) by postgresql.org (Postfix) with ESMTP id 2A56A9FB914; Sun, 13 May 2007 22:56:40 -0300 (ADT) Received: from postgresql.org ([200.46.204.71]) by localhost (mx1.hub.org [200.46.204.183]) (amavisd-maia, port 10024) with ESMTP id 45092-04; Sun, 13 May 2007 22:56:35 -0300 (ADT) X-Greylist: from auto-whitelisted by SQLgrey-1.7.4 X-Greylist: from auto-whitelisted by SQLgrey-1.7.4 Received: from fetter.org (start.fetter.org [66.92.188.65]) by postgresql.org (Postfix) with ESMTP id D92299FB904; Sun, 13 May 2007 22:56:35 -0300 (ADT) Received: by fetter.org (Postfix, from userid 500) id 3481AF3C489; Sun, 13 May 2007 18:56:34 -0700 (PDT) Date: Sun, 13 May 2007 18:56:34 -0700 From: David Fetter To: PostgreSQL Docs , PostgreSQL Patches Subject: On patching without write access to CVS Message-ID: <20070514015634.GJ14860@fetter.org> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="69pVuxX8awAiJ7fD" Content-Disposition: inline User-Agent: Mutt/1.4.2.2i X-Virus-Scanned: Maia Mailguard 1.0.1 X-Archive-Number: 200705/22 X-Sequence-Number: 4251 --69pVuxX8awAiJ7fD Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Folks, Thanks to Andrew Dunstan for pointing me toward cvsutils. As not everybody knows about them, here's a small patch which lets people know at least in theory where they are. Cheers, D -- David Fetter http://fetter.org/ phone: +1 415 235 3778 AIM: dfetter666 Skype: davidfetter Remember to vote! Consider donating to PostgreSQL: http://www.postgresql.org/about/donate --69pVuxX8awAiJ7fD Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="cvsutils.diff" Index: doc/FAQ_DEV =================================================================== RCS file: /projects/cvsroot/pgsql/doc/FAQ_DEV,v retrieving revision 1.135 diff -c -r1.135 FAQ_DEV *** doc/FAQ_DEV 5 May 2007 14:33:55 -0000 1.135 --- doc/FAQ_DEV 14 May 2007 01:56:11 -0000 *************** *** 108,114 **** work. Failure to do so might mean your patch is rejected. If your work is being sponsored by a company, read this article for tips on being more effective. ! A web site is maintained for patches awaiting review, http://momjian.postgresql.org/cgi-bin/pgpatches, and those that are being kept for the next release, --- 108,120 ---- work. Failure to do so might mean your patch is rejected. If your work is being sponsored by a company, read this article for tips on being more effective. ! ! To create patches which would otherwise require that you have write ! access to the CVS repository, for example ones that add or remove ! files, you can use cvsutils. The cvsutils toolchain is packaged ! for many operating systems and available in source form at ! http://www.red-bean.com/cvsutils/ ! A web site is maintained for patches awaiting review, http://momjian.postgresql.org/cgi-bin/pgpatches, and those that are being kept for the next release, Index: doc/src/sgml/cvs.sgml =================================================================== RCS file: /projects/cvsroot/pgsql/doc/src/sgml/cvs.sgml,v retrieving revision 1.42 diff -c -r1.42 cvs.sgml *** doc/src/sgml/cvs.sgml 27 Mar 2007 01:45:22 -0000 1.42 --- doc/src/sgml/cvs.sgml 14 May 2007 01:56:11 -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, such as letting you create patches without write access, + you can use cvsutils, which is packaged + for many operating systems, or available in source form at . + --69pVuxX8awAiJ7fD--