]> andersk Git - svn-all-fast-export.git/blobdiff - src/svn.cpp
Ignore any directories that didn't match any rules, including those with history
[svn-all-fast-export.git] / src / svn.cpp
index 6333877cc794134dcd8543f0f67296580d652ee2..8d5836b1c3e810930b4aff4e2b6b657b8e034076 100644 (file)
@@ -372,7 +372,9 @@ int SvnPrivate::exportRevision(int revnum)
         }
 
         if (!foundMatch) {
-            if (wasDir(fs, revnum - 1, key, pool)) {
+            if (is_dir) {
+                qDebug() << current << "is a directory; ignoring";
+            } else if (wasDir(fs, revnum - 1, key, pool)) {
                 qDebug() << current << "was a directory; ignoring";
             } else {
                 qCritical() << current << "did not match any rules; cannot continue";
This page took 0.078441 seconds and 4 git commands to generate.