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 2016/02/22 16:12:53 UTC

svn commit: r1731657 - /subversion/trunk/notes/knobs

Author: stefan2
Date: Mon Feb 22 15:12:53 2016
New Revision: 1731657

URL: http://svn.apache.org/viewvc?rev=1731657&view=rev
Log:
Update devdocs.  No functional change.

* notes/knobs
  (SVN_FS_EMULATE_PATHS_CHANGED,
   SVN_FS_EMULATE_REPORT_CHANGES): Document these recently addec macros.

Modified:
    subversion/trunk/notes/knobs

Modified: subversion/trunk/notes/knobs
URL: http://svn.apache.org/viewvc/subversion/trunk/notes/knobs?rev=1731657&r1=1731656&r2=1731657&view=diff
==============================================================================
--- subversion/trunk/notes/knobs (original)
+++ subversion/trunk/notes/knobs Mon Feb 22 15:12:53 2016
@@ -73,6 +73,8 @@ SSL_VERBOSE
 SVN_DEPRECATED
 SVN_FS__TRAIL_DEBUG
 SVN_FS_FS__LOG_ACCESS
+SVN_FS_EMULATE_PATHS_CHANGED
+SVN_FS_EMULATE_REPORT_CHANGES
 
 2.4 Test-only
 
@@ -436,6 +438,26 @@ SVN_I_LIKE_LATENCY_SO_IGNORE_HTTPV2
   Default:   not defined
   Suggested: defined, not defined
 
+5.15 SVN_FS_EMULATE_PATHS_CHANGED
+  
+  Scope:     libsvn_fs/fs-loader.c
+  Purpose:   Force svn_fs_paths_changed2 to be emulated through
+             svn_fs_paths_changed3 even if the FS provides an implementation
+             of the former.
+  Range:     TRUE, FALSE
+  Default:   TRUE (local default if macro has not been defined)
+  Suggested: FALSE
+
+5.16 SVN_FS_EMULATE_REPORT_CHANGES
+  
+  Scope:     libsvn_fs/fs-loader.c
+  Purpose:   Force svn_fs_paths_changed3 to be emulated through
+             svn_fs_paths_changed2 even if the FS provides an implementation
+             of the former.
+  Range:     TRUE, FALSE
+  Default:   TRUE (local default if macro has not been defined)
+  Suggested: FALSE
+
 
 6 Defines that affect unit tests
 ================================