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

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

Author: cmpilato
Date: Fri Mar  2 14:22:07 2012
New Revision: 1296220

URL: http://svn.apache.org/viewvc?rev=1296220&view=rev
Log:
* notes/subversion-design.html
  Fix pointer to the original FS `structure' document.  (Issue #4135)

Reported by:  Yunal Li <yu...@gmail.com>

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=1296220&r1=1296219&r2=1296220&view=diff
==============================================================================
--- subversion/trunk/notes/subversion-design.html (original)
+++ subversion/trunk/notes/subversion-design.html Fri Mar  2 14:22:07 2012
@@ -2340,7 +2340,7 @@ 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/structure</tt>.</p>
+        <tt class="filename">subversion/libsvn_fs_base/notes/structure</tt>.</p>
 
       <p>Finally, read the well-documented API in
         <tt class="filename">subversion/include/svn_fs.h</tt>.</p>