Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ae9df0b

Browse files
author
Neil Conway
committed
Addition to documentation about cvsup. From Andrew Dunstan, minor SGML
tweak by Neil Conway.
1 parent cb7fc63 commit ae9df0b

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

doc/src/sgml/cvs.sgml

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/cvs.sgml,v 1.27 2003/11/29 19:51:36 pgsql Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/cvs.sgml,v 1.28 2004/09/27 05:54:58 neilc Exp $
33
-->
44

55
<appendix id="cvs">
@@ -430,6 +430,23 @@ pgsql
430430
</programlisting>
431431
</para>
432432

433+
<para>
434+
If you specify <option>repository</> instead of <option>pgsql</>
435+
in the above setup, you will get a complete copy of the entire
436+
repository at cvsup.postgresql.org, including its
437+
<filename>CVSROOT</filename> directory. If you do that, you will
438+
probably want to exclude those files in that directory that you
439+
want to modify locally, using a refuse file. For example, for the
440+
above setup you might put this in
441+
<filename>/home/cvs/sup/repository/refuse</>:
442+
<programlisting>
443+
CVSROOT/config*
444+
CVSROOT/commitinfo*
445+
CVSROOT/loginfo*
446+
</programlisting>
447+
See the <productname>CVSup</> manual pages for how to use refuse files.
448+
</para>
449+
433450
<para>
434451
The following is a suggested <productname>CVSup</productname> config file from
435452
<ulink url="ftp://ftp.postgresql.org/pub/CVSup/README.cvsup">the <productname>PostgreSQL</> ftp site</ulink>

0 commit comments

Comments
 (0)