From 8867e81e98ada1898436bedfdcf31036d638ed6c Mon Sep 17 00:00:00 2001 From: Torgny Nyblom Date: Mon, 1 Nov 2010 17:12:27 +0100 Subject: Print revision information with "copy from" warning --- src/svn.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/svn.cpp b/src/svn.cpp index f56d5ad..702fedf 100644 --- a/src/svn.cpp +++ b/src/svn.cpp @@ -668,7 +668,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; } } -- cgit v1.2.1