Return-Path: X-Original-To: apmail-subversion-commits-archive@minotaur.apache.org Delivered-To: apmail-subversion-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 02A9210AC7 for ; Fri, 2 Aug 2013 09:51:48 +0000 (UTC) Received: (qmail 53864 invoked by uid 500); 2 Aug 2013 09:51:47 -0000 Delivered-To: apmail-subversion-commits-archive@subversion.apache.org Received: (qmail 53838 invoked by uid 500); 2 Aug 2013 09:51:47 -0000 Mailing-List: contact commits-help@subversion.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@subversion.apache.org Delivered-To: mailing list commits@subversion.apache.org Received: (qmail 53828 invoked by uid 99); 2 Aug 2013 09:51:47 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Aug 2013 09:51:47 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Aug 2013 09:51:46 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 662852388906; Fri, 2 Aug 2013 09:51:26 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1509593 - /subversion/branches/fsx/subversion/include/svn_fs.h Date: Fri, 02 Aug 2013 09:51:26 -0000 To: commits@subversion.apache.org From: stefan2@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20130802095126.662852388906@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org 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