Author: stefan2
Date: Fri Aug 2 09:51:25 2013
New Revision: 1509593
URL: http://svn.apache.org/r1509593
Log:
On the fsx branch: Mark FSX as "experimental" in its docstring.
No functional change.
* subversion/include/svn_fs.h
(SVN_FS_TYPE_FSX): expand docstring.
Suggested by: danielsh
Modified:
subversion/branches/fsx/subversion/include/svn_fs.h
Modified: subversion/branches/fsx/subversion/include/svn_fs.h
URL:
http://svn.apache.org/viewvc/subversion/branches/fsx/subversion/include/svn_fs.h?rev=1509593&r1=1509592&r2=1509593&view=diff
==============================================================================
--- subversion/branches/fsx/subversion/include/svn_fs.h (original)
+++ subversion/branches/fsx/subversion/include/svn_fs.h Fri Aug 2 09:51:25 2013
@@ -120,7 +120,15 @@ typedef struct svn_fs_t svn_fs_t;
#define SVN_FS_TYPE_BDB "bdb"
/** @since New in 1.1. */
#define SVN_FS_TYPE_FSFS "fsfs"
-/** @since New in 1.9. */
+
+/**
+ * EXPERIMENTAL filesystem backend.
+ *
+ * It is not ready for general production use. Please consult the
+ * respective release notes on suggested usage scenarios.
+ *
+ * @since New in 1.9.
+ */
#define SVN_FS_TYPE_FSX "fsx"
/** Create repository format compatible with Subversion versions