cvs-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Cvs-cvs] Changes to ccvs/src/cvs.h [signed-commits2]


From: Derek Robert Price
Subject: [Cvs-cvs] Changes to ccvs/src/cvs.h [signed-commits2]
Date: Thu, 08 Dec 2005 15:49:49 -0500

Index: ccvs/src/cvs.h
diff -u ccvs/src/cvs.h:1.345.2.6 ccvs/src/cvs.h:1.345.2.7
--- ccvs/src/cvs.h:1.345.2.6    Mon Dec  5 20:38:18 2005
+++ ccvs/src/cvs.h      Thu Dec  8 20:49:45 2005
@@ -265,6 +265,10 @@
 
 #define        CVSUMASK_ENV    "CVSUMASK"      /* Effective umask for 
repository */
 
+#define        CVSNOBASES_ENV  "CVSNOBASES"    /* Suppress use of base files 
when
+                                        * set.
+                                        */
+
 /*
  * If the beginning of the Repository matches the following string, strip it
  * so that the output to the logfile does not contain a full pathname.
@@ -366,6 +370,7 @@
 extern int noexec;             /* Don't modify disk anywhere */
 extern int readonlyfs;         /* fail on all write locks; succeed all read 
locks */
 extern int logoff;             /* Don't write history entry */
+extern bool suppress_bases;
 
 
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]