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 2014/09/27 14:34:45 UTC

svn commit: r1627958 - /subversion/trunk/subversion/include/svn_fs.h

Author: stefan2
Date: Sat Sep 27 12:34:44 2014
New Revision: 1627958

URL: http://svn.apache.org/r1627958
Log:
* subversion/include/svn_fs.h
  (SVN_FS_CONFIG_FSFS_SHARD_SIZE): Document that this option is usually
                                   ignored. No functional change.

Modified:
    subversion/trunk/subversion/include/svn_fs.h

Modified: subversion/trunk/subversion/include/svn_fs.h
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/include/svn_fs.h?rev=1627958&r1=1627957&r2=1627958&view=diff
==============================================================================
--- subversion/trunk/subversion/include/svn_fs.h (original)
+++ subversion/trunk/subversion/include/svn_fs.h Sat Sep 27 12:34:44 2014
@@ -119,6 +119,9 @@ typedef struct svn_fs_t svn_fs_t;
 /** String with a decimal representation of the FSFS format shard size.
  * Zero ("0") means that a repository with linear layout should be created.
  *
+ * This option will only be used during the creation of new repositories
+ * and is otherwise ignored.
+ *
  * @since New in 1.9.
  */
 #define SVN_FS_CONFIG_FSFS_SHARD_SIZE           "fsfs-shard-size"