You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by ju...@apache.org on 2012/03/06 11:02:47 UTC

svn commit: r1297402 - /subversion/trunk/notes/subversion-design.html

Author: julianfoad
Date: Tue Mar  6 10:02:47 2012
New Revision: 1297402

URL: http://svn.apache.org/viewvc?rev=1297402&view=rev
Log:
* notes/subversion-design.html
  (server.fs.api): Mention the FSFS structure document alongside the
    reference to the original FS structure document.

Modified:
    subversion/trunk/notes/subversion-design.html

Modified: subversion/trunk/notes/subversion-design.html
URL: http://svn.apache.org/viewvc/subversion/trunk/notes/subversion-design.html?rev=1297402&r1=1297401&r2=1297402&view=diff
==============================================================================
--- subversion/trunk/notes/subversion-design.html (original)
+++ subversion/trunk/notes/subversion-design.html Tue Mar  6 10:02:47 2012
@@ -2340,7 +2340,10 @@ write/Makefile:6
       <p>Once you've done this, read Jim Blandy's own structural overview,
         which explains how nodes and revisions are organized (among other
         things) in the filesystem implementation:
-        <tt class="filename">subversion/libsvn_fs_base/notes/structure</tt>.</p>
+        <tt class="filename">subversion/libsvn_fs_base/notes/structure</tt>.
+        (Some details in that document are specific to the BDB-based
+        filesystem implementation.  Details specific to FSFS are recorded in
+        <tt class="filename">subversion/libsvn_fs_fs/structure</tt>.)</p>
 
       <p>Finally, read the well-documented API in
         <tt class="filename">subversion/include/svn_fs.h</tt>.</p>