You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by pb...@apache.org on 2010/04/23 15:43:43 UTC

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

Author: pburba
Date: Fri Apr 23 13:43:42 2010
New Revision: 937294

URL: http://svn.apache.org/viewvc?rev=937294&view=rev
Log:
* subversion/include/svn_repos.h
  (svn_repos_dump_fs3): Note that progress_func may be NULL.


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=937294&r1=937293&r2=937294&view=diff
==============================================================================
--- subversion/trunk/subversion/include/svn_repos.h (original)
+++ subversion/trunk/subversion/include/svn_repos.h Fri Apr 23 13:43:42 2010
@@ -2195,9 +2195,9 @@ svn_repos_verify_fs(svn_repos_t *repos,
  * be done with full plain text.  A dump with @a use_deltas set cannot
  * be loaded by Subversion 1.0.x.
  *
- * For every dumped revision call @a progress_func with @a rev set to the
- * dumped revision and @a warning_text @c NULL. For warnings call @a
- * progress_func with @a warning_text.
+ * If @a progress_func is not @c NULL, then for every dumped revision call
+ * @a progress_func with @a rev set to the dumped revision and @a warning_text
+ * @c NULL. For warnings call @a progress_func with @a warning_text.
  *
  * If @a cancel_func is not @c NULL, it is called periodically with
  * @a cancel_baton as argument to see if the client wishes to cancel