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
Received on Tue Mar 16 00:57:23 2004