Revision: 73180
http://sourceforge.net/p/brlcad/code/73180
Author: starseeker
Date: 2019-05-25 00:53:20 +0000 (Sat, 25 May 2019)
Log Message:
-----------
Run the new initial sync files
Modified Paths:
--------------
brlcad/trunk/misc/repoconv/svnfexport/svnfexport.cxx
Modified: brlcad/trunk/misc/repoconv/svnfexport/svnfexport.cxx
===================================================================
--- brlcad/trunk/misc/repoconv/svnfexport/svnfexport.cxx 2019-05-25
00:45:05 UTC (rev 73179)
+++ brlcad/trunk/misc/repoconv/svnfexport/svnfexport.cxx 2019-05-25
00:53:20 UTC (rev 73180)
@@ -70,6 +70,16 @@
std::cerr << "Initial mac-hack sync failed!\n";
exit(1);
}
+ std::string git_sync_4 = std::string("cd cvs_git && cat
../custom/r29886_tags.fi | git fast-import && cd ..");
+ if (std::system(git_sync_4.c_str())) {
+ std::cerr << "Initial tag sync failed!\n";
+ exit(1);
+ }
+ std::string git_sync_5 = std::string("cd cvs_git && cat
../custom/r29886_branches.fi | git fast-import && cd ..");
+ if (std::system(git_sync_5.c_str())) {
+ std::cerr << "Initial branch sync failed!\n";
+ exit(1);
+ }
}
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