Return-Path: Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 30506 invoked by uid 500); 19 Jul 2003 21:32:39 -0000 Mailing-List: contact dev-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list dev@httpd.apache.org Received: (qmail 30492 invoked from network); 19 Jul 2003 21:32:38 -0000 Reply-To: fitz@red-bean.com From: "B. W. Fitzpatrick" To: dev@httpd.apache.org Subject: [PATCH] Add .svn to IndexIgnore Emacs: anything free is worth what you paid for it. Date: Sat, 19 Jul 2003 16:32:44 -0500 Sender: fitz@red-bean.com Message-Id: <20030719213244.6B71510837@pantheon.red-bean.com> X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Patch to add Subversion .svn directories to the default IndexIgnore in httpd-[std|win].conf. -Fitz -- Brian W. Fitzpatrick http://www.red-bean.com/fitz/ --------------------8-<-------cut-here---------8-<----------------------- Index: docs/conf/httpd-std.conf.in =================================================================== RCS file: /home/cvspublic/httpd-2.0/docs/conf/httpd-std.conf.in,v retrieving revision 1.50 diff -u -r1.50 httpd-std.conf.in --- docs/conf/httpd-std.conf.in 16 Jul 2003 19:33:09 -0000 1.50 +++ docs/conf/httpd-std.conf.in 19 Jul 2003 21:29:02 -0000 @@ -702,7 +702,7 @@ # IndexIgnore is a set of filenames which directory indexing should ignore # and not include in the listing. Shell-style wildcarding is permitted. # - IndexIgnore .??* *~ *# HEADER* README* RCS CVS *,v *,t + IndexIgnore .??* *~ *# HEADER* README* .svn RCS CVS *,v *,t Index: docs/conf/httpd-win.conf =================================================================== RCS file: /home/cvspublic/httpd-2.0/docs/conf/httpd-win.conf,v retrieving revision 1.96 diff -u -r1.96 httpd-win.conf --- docs/conf/httpd-win.conf 16 Jul 2003 19:33:09 -0000 1.96 +++ docs/conf/httpd-win.conf 19 Jul 2003 21:29:03 -0000 @@ -614,7 +614,7 @@ # IndexIgnore is a set of filenames which directory indexing should ignore # and not include in the listing. Shell-style wildcarding is permitted. # -IndexIgnore .??* *~ *# HEADER* README* RCS CVS *,v *,t +IndexIgnore .??* *~ *# HEADER* README* .svn RCS CVS *,v *,t # # AddType allows you to add to or override the MIME configuration