Return-Path: X-Original-To: apmail-subversion-commits-archive@minotaur.apache.org Delivered-To: apmail-subversion-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 07A3B4584 for ; Sat, 25 Jun 2011 08:58:41 +0000 (UTC) Received: (qmail 33684 invoked by uid 500); 25 Jun 2011 08:58:41 -0000 Delivered-To: apmail-subversion-commits-archive@subversion.apache.org Received: (qmail 33586 invoked by uid 500); 25 Jun 2011 08:58:32 -0000 Mailing-List: contact commits-help@subversion.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@subversion.apache.org Delivered-To: mailing list commits@subversion.apache.org Received: (qmail 33579 invoked by uid 99); 25 Jun 2011 08:58:28 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 25 Jun 2011 08:58:28 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 25 Jun 2011 08:58:27 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id E1DE223889BF for ; Sat, 25 Jun 2011 08:58:06 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1139508 - /subversion/site/publish/docs/release-notes/1.7.html Date: Sat, 25 Jun 2011 08:58:06 -0000 To: commits@subversion.apache.org From: stefan2@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110625085806.E1DE223889BF@eris.apache.org> Author: stefan2 Date: Sat Jun 25 08:58:06 2011 New Revision: 1139508 URL: http://svn.apache.org/viewvc?rev=1139508&view=rev Log: In 1.7 release note examples, fix the name SVN's apache module. * site/publish/docs/release-notes/1.7.html (server-performance-tuning): fix config examples Modified: subversion/site/publish/docs/release-notes/1.7.html Modified: subversion/site/publish/docs/release-notes/1.7.html URL: http://svn.apache.org/viewvc/subversion/site/publish/docs/release-notes/1.7.html?rev=1139508&r1=1139507&r2=1139508&view=diff ============================================================================== --- subversion/site/publish/docs/release-notes/1.7.html (original) +++ subversion/site/publish/docs/release-notes/1.7.html Sat Jun 25 08:58:06 2011 @@ -992,7 +992,7 @@ size. For mod_dav_svn, a 10 http.conf looks like this

-<IfModule mod_svn_module>
+<IfModule dav_svn_module>
     SVNInMemoryCacheSize 10485760
 </IfModule>
 
@@ -1034,7 +1034,7 @@ cases to begin with. The optional module SVNCompressionLevel controls it:

-<IfModule mod_svn_module>
+<IfModule dav_svn_module>
     SVNCompressionLevel 9
 </IfModule>