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/10/12 16:01:44 UTC

svn commit: r1843684 - /subversion/trunk/subversion/svnrdump/load_editor.c

Author: julianfoad
Date: Fri Oct 12 16:01:44 2018
New Revision: 1843684

URL: http://svn.apache.org/viewvc?rev=1843684&view=rev
Log:
* subversion/svnrdump/load_editor.c
  (commit_callback): Add a doc string.

Modified:
    subversion/trunk/subversion/svnrdump/load_editor.c

Modified: subversion/trunk/subversion/svnrdump/load_editor.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/svnrdump/load_editor.c?rev=1843684&r1=1843683&r2=1843684&view=diff
==============================================================================
--- subversion/trunk/subversion/svnrdump/load_editor.c (original)
+++ subversion/trunk/subversion/svnrdump/load_editor.c Fri Oct 12 16:01:44 2018
@@ -182,6 +182,11 @@ get_revision_mapping(apr_hash_t *rev_map
 }
 
 
+/*
+ * - Notification of the commit.
+ * - Update the revision number mapping to take account of the actual
+ *   committed revision number.
+ */
 static svn_error_t *
 commit_callback(const svn_commit_info_t *commit_info,
                 void *baton,