]> andersk Git - svn-all-fast-export.git/blobdiff - src/svn.cpp
s,/,_, in the output filenames in dry-run mode
[svn-all-fast-export.git] / src / svn.cpp
index 73e7cb48adc3e9a29901dd3472fd1daab474dee6..b283ba0dad3f193d1ac8131c92ddb55f8c0237d8 100644 (file)
@@ -456,7 +456,7 @@ int SvnRevision::exportEntry(const char *key, const svn_fs_path_change_t *change
 
     // is this a directory?
     svn_boolean_t is_dir;
-    SVN_ERR(svn_fs_is_dir(&is_dir, fs_root, key, pool));
+    SVN_ERR(svn_fs_is_dir(&is_dir, fs_root, key, revpool));
     if (is_dir) {
         if (path_from == NULL) {
             // no, it's a new directory being added
@@ -494,7 +494,7 @@ int SvnRevision::exportEntry(const char *key, const svn_fs_path_change_t *change
         }
     }
 
-    if (wasDir(fs, revnum - 1, key, pool)) {
+    if (wasDir(fs, revnum - 1, key, revpool)) {
         qDebug() << current << "was a directory; ignoring";
     } else if (change->change_kind == svn_fs_path_change_delete) {
         qDebug() << current << "is being deleted but I don't know anything about it; ignoring";
This page took 0.032061 seconds and 4 git commands to generate.