]> andersk Git - svn-all-fast-export.git/blobdiff - src/svn.cpp
More information when saying you can't continue
[svn-all-fast-export.git] / src / svn.cpp
index d97a0e533b7a668d6722cec10f7eb84c16836106..05f3201de5d321d10e46d9edce6155822300e648 100644 (file)
@@ -551,6 +551,7 @@ int SvnRevision::exportInternal(const char *key, const svn_fs_path_change_t *cha
                 }
 
                 repo->createBranch(branch, revnum, prevbranch, rev_from);
+                return EXIT_SUCCESS;
             }
         }
     }
@@ -622,7 +623,8 @@ int SvnRevision::recurse(const char *path, const svn_fs_path_change_t *change,
                                rev_from, current, *match) == EXIT_FAILURE)
                 return EXIT_FAILURE;
         } else {
-            qCritical() << current << "did not match any rules; cannot continue";
+            qCritical() << current << "rev" << revnum
+                        << "did not match any rules; cannot continue";
             return EXIT_FAILURE;
         }
     }
This page took 0.026381 seconds and 4 git commands to generate.