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 2015/03/25 10:04:29 UTC

svn commit: r1669076 - /subversion/branches/move-tracking-2/subversion/libsvn_ra/ra_loader.c

Author: julianfoad
Date: Wed Mar 25 09:04:29 2015
New Revision: 1669076

URL: http://svn.apache.org/r1669076
Log:
On the 'move-tracking-2' branch: Fix a Windows build problem.

* subversion/libsvn_ra/ra_loader.c
  (svn_ra_get_commit_editor_ev3): Comment out call to
    svn_delta__get_debug_editor() as it's not exported to other libs
    in the Windows build.

Modified:
    subversion/branches/move-tracking-2/subversion/libsvn_ra/ra_loader.c

Modified: subversion/branches/move-tracking-2/subversion/libsvn_ra/ra_loader.c
URL: http://svn.apache.org/viewvc/subversion/branches/move-tracking-2/subversion/libsvn_ra/ra_loader.c?rev=1669076&r1=1669075&r2=1669076&view=diff
==============================================================================
--- subversion/branches/move-tracking-2/subversion/libsvn_ra/ra_loader.c (original)
+++ subversion/branches/move-tracking-2/subversion/libsvn_ra/ra_loader.c Wed Mar 25 09:04:29 2015
@@ -1008,9 +1008,9 @@ svn_ra_get_commit_editor_ev3(svn_ra_sess
     fbb->session_path = base_relpath;
     fbb->repos_root_url = repos_root_url;
 
-    if (! svn_dbg__quiet_mode())
+    /*if (! svn_dbg__quiet_mode())
       SVN_ERR(svn_delta__get_debug_editor(&deditor, &dedit_baton,
-                                          deditor, dedit_baton, "", pool));
+                                          deditor, dedit_baton, "", pool));*/
     SVN_ERR(svn_delta__ev3_from_delta_for_commit2(
                         editor,
                         &shim_connector,