Addition to documentation about cvsup. From Andrew Dunstan, minor SGML
authorNeil Conway
Mon, 27 Sep 2004 05:54:58 +0000 (05:54 +0000)
committerNeil Conway
Mon, 27 Sep 2004 05:54:58 +0000 (05:54 +0000)
tweak by Neil Conway.

doc/src/sgml/cvs.sgml

index 553c86a3466e2d3272f7082181182ff6d564cb57..c051969bb1cc045a18774449a75f7a2eaab43eb2 100644 (file)
@@ -1,5 +1,5 @@
 
 
 
@@ -430,6 +430,23 @@ pgsql
    
    
 
+   
+    If you specify 
+    in the above setup, you will get a complete copy of the entire
+    repository at cvsup.postgresql.org, including its
+    CVSROOT 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
+    /home/cvs/sup/repository/refuse:
+
+CVSROOT/config*
+CVSROOT/commitinfo*
+CVSROOT/loginfo*
+
+    See the CVSup manual pages for how to use refuse files.
+   
+
    
     The following is a suggested CVSup config file from
     the PostgreSQL ftp site