diff options
author | Neil Conway <neilc@samurai.com> | 2004-09-27 05:54:58 +0000 |
---|---|---|
committer | Neil Conway <neilc@samurai.com> | 2004-09-27 05:54:58 +0000 |
commit | ae9df0b22b04b90148062369bc690177891ce8b7 (patch) | |
tree | 2239fca5572bbfc483d45dc01b7c7335f6e1903b | |
parent | cb7fc63d3e3f985049a88239eb3b1d7393b3e552 (diff) | |
download | postgresql-ae9df0b22b04b90148062369bc690177891ce8b7.tar.gz postgresql-ae9df0b22b04b90148062369bc690177891ce8b7.zip |
Addition to documentation about cvsup. From Andrew Dunstan, minor SGML
tweak by Neil Conway.
-rw-r--r-- | doc/src/sgml/cvs.sgml | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/doc/src/sgml/cvs.sgml b/doc/src/sgml/cvs.sgml index 553c86a3466..c051969bb1c 100644 --- a/doc/src/sgml/cvs.sgml +++ b/doc/src/sgml/cvs.sgml @@ -1,5 +1,5 @@ <!-- -$PostgreSQL: pgsql/doc/src/sgml/cvs.sgml,v 1.27 2003/11/29 19:51:36 pgsql Exp $ +$PostgreSQL: pgsql/doc/src/sgml/cvs.sgml,v 1.28 2004/09/27 05:54:58 neilc Exp $ --> <appendix id="cvs"> @@ -431,6 +431,23 @@ pgsql </para> <para> + If you specify <option>repository</> instead of <option>pgsql</> + in the above setup, you will get a complete copy of the entire + repository at cvsup.postgresql.org, including its + <filename>CVSROOT</filename> directory. If you do that, you will + probably want to exclude those files in that directory that you + want to modify locally, using a refuse file. For example, for the + above setup you might put this in + <filename>/home/cvs/sup/repository/refuse</>: +<programlisting> +CVSROOT/config* +CVSROOT/commitinfo* +CVSROOT/loginfo* +</programlisting> + See the <productname>CVSup</> manual pages for how to use refuse files. + </para> + + <para> The following is a suggested <productname>CVSup</productname> config file from <ulink url="ftp://ftp.postgresql.org/pub/CVSup/README.cvsup">the <productname>PostgreSQL</> ftp site</ulink> which will fetch the current snapshot only: |