]> andersk Git - svn-all-fast-export.git/blobdiff - src/svn.cpp
General improvements and reload branches automatically when starting git-fast-import
[svn-all-fast-export.git] / src / svn.cpp
index b3b7d9b5c4d314ba52249bb2e6b61ee3efab7f7d..1e7dcbff40a22408d65731808345e56b04139226 100644 (file)
@@ -479,7 +479,7 @@ int SvnRevision::exportEntry(const char *key, const svn_fs_path_change_t *change
         }
 
         current += '/';
-        qDebug() << "   " << key << "was copied from" << path_from;
+        qDebug() << "   " << key << "was copied from" << path_from << "rev" << rev_from;
     }
 
     // find the first rule that matches this pathname
@@ -512,8 +512,8 @@ int SvnRevision::exportDispatch(const char *key, const svn_fs_path_change_t *cha
     switch (rule.action) {
     case Rules::Match::Ignore:
         // ignore rule
-        qDebug() << "   " << qPrintable(current) << "rev" << revnum
-                 << "-> ignored (rule" << rule << ")";
+        //qDebug() << "   " << qPrintable(current) << "rev" << revnum
+        //         << "-> ignored (rule" << rule << ")";
         return EXIT_SUCCESS;
 
     case Rules::Match::Recurse:
This page took 0.026308 seconds and 4 git commands to generate.