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/09/25 13:20:52 UTC

svn commit: r1627514 - /subversion/branches/move-tracking-2/subversion/svnmover/svnmover.c

Author: julianfoad
Date: Thu Sep 25 11:20:52 2014
New Revision: 1627514

URL: http://svn.apache.org/r1627514
Log:
On the 'move-tracking-2' branch: Remove an unwanted warning.

* subversion/svnmover/svnmover.c
  (parse_branch_info): Remove a debug print, since in the current storage format
    a "(null)" path record is correct.

Modified:
    subversion/branches/move-tracking-2/subversion/svnmover/svnmover.c

Modified: subversion/branches/move-tracking-2/subversion/svnmover/svnmover.c
URL: http://svn.apache.org/viewvc/subversion/branches/move-tracking-2/subversion/svnmover/svnmover.c?rev=1627514&r1=1627513&r2=1627514&view=diff
==============================================================================
--- subversion/branches/move-tracking-2/subversion/svnmover/svnmover.c (original)
+++ subversion/branches/move-tracking-2/subversion/svnmover/svnmover.c Thu Sep 25 11:20:52 2014
@@ -757,11 +757,6 @@ parse_branch_info(svn_branch_instance_t 
         {
           branch_set_eid_to_path(branch_instance, this_eid, this_path);
         }
-      else
-        {
-          SVN_DBG(("oops! path is 'null' in this line: '%s'", line->data));
-        }
-      
     }
 
   *new_branch = branch_instance;