aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTorgny Nyblom <kde@nyblom.org>2010-11-01 17:12:27 +0100
committerTorgny Nyblom <kde@nyblom.org>2010-11-01 17:12:27 +0100
commit8867e81e98ada1898436bedfdcf31036d638ed6c (patch)
tree42c53b503e838cfbf4dfd994e26b34b899809486
parent38a34dc9a3cced350b4b71120c9c1d1e005ed3a1 (diff)
downloadsvn2git-8867e81e98ada1898436bedfdcf31036d638ed6c.tar
svn2git-8867e81e98ada1898436bedfdcf31036d638ed6c.tar.gz
svn2git-8867e81e98ada1898436bedfdcf31036d638ed6c.tar.bz2
svn2git-8867e81e98ada1898436bedfdcf31036d638ed6c.tar.xz
svn2git-8867e81e98ada1898436bedfdcf31036d638ed6c.zip
Print revision information with "copy from" warning
-rw-r--r--src/svn.cpp2
1 files changed, 1 insertions, 1 deletions
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;
}
}