diff options
-rw-r--r-- | src/svn.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/svn.cpp b/src/svn.cpp index 2dbe0b2..5026f45 100644 --- a/src/svn.cpp +++ b/src/svn.cpp @@ -665,7 +665,7 @@ int SvnRevision::exportInternal(const char *key, const svn_fs_path_change_t *cha splitPathName(*prevmatch, previous, &prevsvnprefix, &prevrepository, &prevbranch, &prevpath); } else { - qWarning() << "SVN reports a \"copy from\" from" << path_from << "but no matching rules found! Ignoring copy, treating as a modification"; + qWarning() << "SVN reports a \"copy from\" @" << revnum << "from" << path_from << "@" << rev_from << "but no matching rules found! Ignoring copy, treating as a modification"; path_from = NULL; } } |