Revision: 76508
http://sourceforge.net/p/brlcad/code/76508
Author: starseeker
Date: 2020-07-26 18:07:27 +0000 (Sun, 26 Jul 2020)
Log Message:
-----------
Print sha1 when we get a difference
Modified Paths:
--------------
brlcad/trunk/misc/repoconv/verify/verify.cpp
Modified: brlcad/trunk/misc/repoconv/verify/verify.cpp
===================================================================
--- brlcad/trunk/misc/repoconv/verify/verify.cpp 2020-07-26 18:01:30 UTC
(rev 76507)
+++ brlcad/trunk/misc/repoconv/verify/verify.cpp 2020-07-26 18:07:27 UTC
(rev 76508)
@@ -370,7 +370,7 @@
// If we saw any errors, report the commands that prompted them:
if (cvs_err || svn_err) {
- std::cerr << "Differences found:\n";
+ std::cerr << "Differences found (" << info.sha1 << "):\n";
std::cerr << "Git checkout command:\n\t" << info.git_check_cmds <<
"\n";
if (cvs_err) {
std::cerr << "CVS check cmds:\n\t" << info.cvs_check_cmds <<
"\n";
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits