You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by st...@apache.org on 2013/12/02 10:00:57 UTC

svn commit: r1546931 - /subversion/trunk/subversion/libsvn_fs_x/fs.h

Author: stefan2
Date: Mon Dec  2 09:00:57 2013
New Revision: 1546931

URL: http://svn.apache.org/r1546931
Log:
* subversion/libsvn_fs_x/fs.h
  (SVN_FS_X__FORMAT_NUMBER): Extend commentary. No functional change.

Modified:
    subversion/trunk/subversion/libsvn_fs_x/fs.h

Modified: subversion/trunk/subversion/libsvn_fs_x/fs.h
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_fs_x/fs.h?rev=1546931&r1=1546930&r2=1546931&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_fs_x/fs.h (original)
+++ subversion/trunk/subversion/libsvn_fs_x/fs.h Mon Dec  2 09:00:57 2013
@@ -114,7 +114,11 @@ extern "C" {
 
 /* The format number of this filesystem.
    This is independent of the repository format number, and
-   independent of any other FS back ends. */
+   independent of any other FS back ends.
+
+   Note: If you bump this, please update the switch statement in
+         svn_fs_x__create() as well.
+ */
 #define SVN_FS_X__FORMAT_NUMBER   1
 
 /* Private FSX-specific data shared between all svn_txn_t objects that