X-Git-Url: http://andersk.mit.edu/gitweb/svn-all-fast-export.git/blobdiff_plain/ca192b2c6a1c497f9a514c6e68d56929de912f38..25e6c28e0da95faa8bd6644cebf3f20d0afb6f53:/src/svn.cpp diff --git a/src/svn.cpp b/src/svn.cpp index b3b7d9b..1e7dcbf 100644 --- a/src/svn.cpp +++ b/src/svn.cpp @@ -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: