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 2018/09/12 16:32:33 UTC

svn commit: r1840720 - /subversion/trunk/subversion/include/svn_client.h

Author: julianfoad
Date: Wed Sep 12 16:32:32 2018
New Revision: 1840720

URL: http://svn.apache.org/viewvc?rev=1840720&view=rev
Log:
* subversion/include/svn_client.h
  (svn_client_layout_list): Uncomment the 'SVN_EXPERIMENTAL' annotation.

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

Modified: subversion/trunk/subversion/include/svn_client.h
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/include/svn_client.h?rev=1840720&r1=1840719&r2=1840720&view=diff
==============================================================================
--- subversion/trunk/subversion/include/svn_client.h (original)
+++ subversion/trunk/subversion/include/svn_client.h Wed Sep 12 16:32:32 2018
@@ -1570,7 +1570,7 @@ typedef svn_error_t * (*svn_client_layou
  *
  * @warning EXPERIMENTAL.
  */
-/*SVN_EXPERIMENTAL*/ /*commented out during development to avoid a warning*/
+SVN_EXPERIMENTAL
 svn_error_t *
 svn_client_layout_list(const char *local_abspath,
                        svn_client_layout_func_t layout,