You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by no...@apache.org on 2006/01/23 19:53:03 UTC

svn commit: r371620 - /httpd/httpd/branches/2.2.x/docs/manual/mod/mod_dav.xml

Author: noirin
Date: Mon Jan 23 10:53:00 2006
New Revision: 371620

URL: http://svn.apache.org/viewcvs?rev=371620&view=rev
Log:
Backporting updated example to 2.2

Modified:
    httpd/httpd/branches/2.2.x/docs/manual/mod/mod_dav.xml

Modified: httpd/httpd/branches/2.2.x/docs/manual/mod/mod_dav.xml
URL: http://svn.apache.org/viewcvs/httpd/httpd/branches/2.2.x/docs/manual/mod/mod_dav.xml?rev=371620&r1=371619&r2=371620&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/mod/mod_dav.xml (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/mod/mod_dav.xml Mon Jan 23 10:53:00 2006
@@ -81,6 +81,8 @@
       <br />
        &lt;Location /foo&gt;<br />
        <indent>
+         Order Allow,Deny<br />
+         Allow from all<br />
          Dav On<br />
          <br />
          AuthType Basic<br />



Re: svn commit: r371620 - /httpd/httpd/branches/2.2.x/docs/manual/mod/mod_dav.xml

Posted by Ruediger Pluem <rp...@apache.org>.

On 01/23/2006 07:53 PM, noirin@apache.org wrote:
> Author: noirin
> Date: Mon Jan 23 10:53:00 2006
> New Revision: 371620
> 
> URL: http://svn.apache.org/viewcvs?rev=371620&view=rev
> Log:
> Backporting updated example to 2.2

As a member of the docs project I guess, that you will do backports quite often.

The following script by Joe Orton turned out to be very helpful for backporting:

http://people.apache.org/~jorton/svn.merge

Regards

RĂ¼diger


---------------------------------------------------------------------
To unsubscribe, e-mail: docs-unsubscribe@httpd.apache.org
For additional commands, e-mail: docs-help@httpd.apache.org