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 2014/12/23 15:27:56 UTC

svn commit: r1647581 - /subversion/trunk/subversion/include/svn_repos.h

Author: julianfoad
Date: Tue Dec 23 14:27:56 2014
New Revision: 1647581

URL: http://svn.apache.org/r1647581
Log:
* subversion/include/svn_repos.h
  (svn_repos_get_fs_build_parser5): Query the exact meaning of an obscure parameter.

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

Modified: subversion/trunk/subversion/include/svn_repos.h
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/include/svn_repos.h?rev=1647581&r1=1647580&r2=1647581&view=diff
==============================================================================
--- subversion/trunk/subversion/include/svn_repos.h (original)
+++ subversion/trunk/subversion/include/svn_repos.h Tue Dec 23 14:27:56 2014
@@ -3343,6 +3343,8 @@ svn_repos_parse_dumpstream3(svn_stream_t
  * If @a use_history is set, then the parser will require relative
  * 'copyfrom' history to exist in the repository when it encounters
  * nodes that are added-with-history.
+ * ### What does 'require relative copyfrom history to exist' mean?
+ * ### What happens if @a use_history is false?
  *
  * If @a use_pre_commit_hook is set, call the repository's pre-commit
  * hook before committing each loaded revision.