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/02/23 10:05:13 UTC

svn commit: r1292715 - /subversion/trunk/subversion/libsvn_fs_fs/structure

Author: julianfoad
Date: Thu Feb 23 09:05:12 2012
New Revision: 1292715

URL: http://svn.apache.org/viewvc?rev=1292715&view=rev
Log:
* subversion/libsvn_fs_fs/structure
  (Node-revision IDs): Correct the description of node-id and copy-id syntax
    in a format 3 rev file: the <base36> part comes before, not after the
    revision number. A follow-up to r869324 which introduced this format.

Modified:
    subversion/trunk/subversion/libsvn_fs_fs/structure

Modified: subversion/trunk/subversion/libsvn_fs_fs/structure
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_fs_fs/structure?rev=1292715&r1=1292714&r2=1292715&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_fs_fs/structure (original)
+++ subversion/trunk/subversion/libsvn_fs_fs/structure Thu Feb 23 09:05:12 2012
@@ -266,7 +266,7 @@ Within a revision:
   "r<rev>/<offset>" txn-id fields.
 
   In Format 3 and above, this uniqueness is done by changing a temporary
-  id of "_<base36>" to "<rev>-<base36>".  Note that this means that the
+  id of "_<base36>" to "<base36>-<rev>".  Note that this means that the
   originating revision of a line of history or a copy can be determined
   by looking at the node ID.