Revision: 76566
http://sourceforge.net/p/brlcad/code/76566
Author: starseeker
Date: 2020-07-29 13:12:39 +0000 (Wed, 29 Jul 2020)
Log Message:
-----------
Don't bail at this point, keep going
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-29 02:33:11 UTC
(rev 76565)
+++ brlcad/trunk/misc/repoconv/verify/verify.cpp 2020-07-29 13:12:39 UTC
(rev 76566)
@@ -301,10 +301,11 @@
}
if (std::system(cvs_cmd.c_str())) {
std::cerr << "cvs checkout failed: " << cvs_cmd << "\n";
+ std::cerr << "skipping " << info.sha1 << "\n";
if (std::system(cleanup_cmd.c_str())) {
std::cerr << "verify cleanup failed!\n";
}
- exit(1);
+ return 0;
}
// Have both, do diff
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