Revision: 73209
          http://sourceforge.net/p/brlcad/code/73209
Author:   starseeker
Date:     2019-05-30 01:52:47 +0000 (Thu, 30 May 2019)
Log Message:
-----------
If there's no svn checkout (can happen if we're processing an svn 'tag' with 
edits in a branch) just keep going.

Modified Paths:
--------------
    brlcad/trunk/misc/repoconv/svnfexport/common_structs.h

Modified: brlcad/trunk/misc/repoconv/svnfexport/common_structs.h
===================================================================
--- brlcad/trunk/misc/repoconv/svnfexport/common_structs.h      2019-05-30 
00:45:14 UTC (rev 73208)
+++ brlcad/trunk/misc/repoconv/svnfexport/common_structs.h      2019-05-30 
01:52:47 UTC (rev 73209)
@@ -157,7 +157,7 @@
        if (std::system(cleanup_cmd.c_str())) {
            std::cerr << "verify cleanup failed!\n";
        }
-       exit(1);
+       return 0;
     }
     ret = std::system(svn_emptydir_rm.c_str());
     while (!ret) {

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

Reply via email to