[llvm-commits] CVS: llvm-www/cvsweb/cvsweb.conf

Chris Lattner lattner at cs.uiuc.edu
Mon Nov 7 23:32:12 PST 2005



Changes in directory llvm-www/cvsweb:

cvsweb.conf updated: 1.2 -> 1.3
---
Log message:

unfortunately annotate requires R/W access to the repo (!?!), disable it
as cvsweb (rightfully) runs as nobody.


---
Diffs of the changes:  (+2 -2)

 cvsweb.conf |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


Index: llvm-www/cvsweb/cvsweb.conf
diff -u llvm-www/cvsweb/cvsweb.conf:1.2 llvm-www/cvsweb/cvsweb.conf:1.3
--- llvm-www/cvsweb/cvsweb.conf:1.2	Tue Nov  8 01:09:31 2005
+++ llvm-www/cvsweb/cvsweb.conf	Tue Nov  8 01:32:01 2005
@@ -9,7 +9,7 @@
 #          based on work by Bill Fenner  <fenner at FreeBSD.org>
 #
 # $FreeBSD: projects/cvsweb/cvsweb.conf,v 1.36.2.3 2002/09/23 05:30:17 scop Exp $
-# $Id: cvsweb.conf,v 1.2 2005/11/08 07:09:31 lattner Exp $
+# $Id: cvsweb.conf,v 1.3 2005/11/08 07:32:01 lattner Exp $
 # $Idaemons: /home/cvs/cvsweb/cvsweb.conf,v 1.27 2001/08/01 09:48:39 knu Exp $
 #
 ###
@@ -357,7 +357,7 @@
 # CVSROOT/history file (if you have one)
 # and rw-access to the subdirectory to
 # place the lock so you maybe don't want it
-$allow_annotate = 1;
+$allow_annotate = 0;
 
 # allow pretty-printed version of files
 $allow_markup = 1;






More information about the llvm-commits mailing list