]> andersk Git - svn-all-fast-export.git/blobdiff - src/svn.cpp
add some more information to the output
[svn-all-fast-export.git] / src / svn.cpp
index 8d5836b1c3e810930b4aff4e2b6b657b8e034076..a7c48a100eb1877e8517c57614e79e9a335e5ffa 100644 (file)
@@ -323,9 +323,12 @@ int SvnPrivate::exportRevision(int revnum)
                 continue;
             if (rule.rx.exactMatch(current)) {
                 foundMatch = true;
-                if (rule.repository.isEmpty())
+                if (rule.repository.isEmpty()) {
                     // ignore rule
+                    qDebug() << "..." << qPrintable(current) << "rev" << revnum
+                             << "-> ignored";
                     break;
+                }
 
                 QString repository = current;
                 QString branch = current;
This page took 0.025348 seconds and 4 git commands to generate.