You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Julian Foad <ju...@btopenworld.com> on 2004/03/15 23:58:18 UTC

Re: svn commit: r9043 - trunk/doc/book/book

kfogel@tigris.org wrote:
> Author: kfogel
> Date: Sun Mar 14 04:11:33 2004
> New Revision: 9043
[...]
> Modified: trunk/doc/book/book/ch08.xml
> ==============================================================================
> --- trunk/doc/book/book/ch08.xml	(original)
> +++ trunk/doc/book/book/ch08.xml	Sun Mar 14 04:11:33 2004
[...]
> @@ -1265,15 +1265,9 @@
>  
>      <para>How does all of this apply to Subversion?  The mod_dav_svn
>        Apache module uses HTTP, extended by WebDAV and DeltaV, as its
> -      primary network protocol.  Rather than implementing a new
> -      proprietary protocol, the original Subversion designers decided
> -      to simply map the versioning concepts and actions used by
> -      Subversion onto the concepts exposed by RFCs 2518 and 3253.
> -      <footnote>
> -        <para>As it turns out, Subversion has more recently evolved a
> -          proprietary protocol anyway, implemented by the libsvn_ra_svn
> -          module.</para>
> -      </footnote>
> +      one of its network protocols.  Subversion uses mod_dav_svn to
> +      map between Subversion's versioning concepts and those of RFCs
> +      2518 and 3253.
>      </para>

Oops: that leaves an unwanted "its":

"... uses HTTP, extended by WebDAV and DeltaV, as its
one of its network protocols."

- Julian

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: svn commit: r9043 - trunk/doc/book/book

Posted by "Brian W. Fitzpatrick" <fi...@red-bean.com>.
On Mon, 2004-03-15 at 17:58, Julian Foad wrote:
> Oops: that leaves an unwanted "its":
> 
> "... uses HTTP, extended by WebDAV and DeltaV, as its
> one of its network protocols."

Fixed in 9076.

-Fitz


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org