[PATCH] rename libsvn_ra_dav to libsvn_ra_neon

masaru tsuchiyama m.tmatma at gmail.com
Fri Oct 5 10:49:40 CDT 2007


Hello

libsvn_ra_dav was renamed to libsvn_ra_neon.
The attached patch fix this.

[[[
* src/en/book/ch08-embedding-svn.xml
  (svn.developer.layerlib): Rename libsvn_ra_dav to libsvn_ra_neon
]]]

Index: src/en/book/ch08-embedding-svn.xml
===================================================================
--- src/en/book/ch08-embedding-svn.xml      (revision 2880)
+++ src/en/book/ch08-embedding-svn.xml      (working copy)
@@ -75,7 +75,7 @@
           loader</para></listitem>
       </varlistentry>
       <varlistentry>
-        <term>libsvn_ra_dav</term>
+        <term>libsvn_ra_neon</term>
         <listitem><para>The WebDAV Repository Access
           module</para></listitem>
       </varlistentry>
@@ -133,7 +133,7 @@
     <para>Another benefit of modularity is the ability to replace a
       given module with a whole new library that implements the same
       API without affecting the rest of the code base.  In some sense,
-      this happens within Subversion already.  The libsvn_ra_dav,
+      this happens within Subversion already.  The libsvn_ra_neon,
       libsvn_ra_local, libsvn_ra_serf, and libsvn_ra_svn libraries
       each implement the same interface, all working as plugins to
       libsvn_ra.  And all four communicate with the Repository
@@ -396,7 +396,7 @@
         the line itself.  Charged with marshaling data between the
         client libraries and the repository, this layer includes the
         libsvn_ra module loader library, the RA modules themselves
-        (which currently includes libsvn_ra_dav, libsvn_ra_local,
+        (which currently includes libsvn_ra_neon, libsvn_ra_local,
         libsvn_ra_serf, and libsvn_ra_svn), and any additional
         libraries needed by one or more of those RA modules (such as
         the mod_dav_svn Apache module or libsvn_ra_svn's server,
@@ -441,7 +441,7 @@
         functionality necessary for sending and receiving versioned
         data to and from the repository.  And each of the available RA
         plugins is able to perform that task using a specific
-        protocol—libsvn_ra_dav speaks HTTP/WebDAV (optionally
+        protocol—libsvn_ra_neon speaks HTTP/WebDAV (optionally
         using SSL encryption) with an Apache HTTP Server that is
         running the mod_dav_svn Subversion server module;
         libsvn_ra_svn speaks a custom network protocol with the

Regards.
Masaru.




More information about the svnbook-dev mailing list