Revision: 73194
          http://sourceforge.net/p/brlcad/code/73194
Author:   starseeker
Date:     2019-05-27 18:10:56 +0000 (Mon, 27 May 2019)
Log Message:
-----------
set the branch_add flag if we're adding a new tag branch

Modified Paths:
--------------
    brlcad/trunk/misc/repoconv/svnfexport/svnfexport_git.cxx

Modified: brlcad/trunk/misc/repoconv/svnfexport/svnfexport_git.cxx
===================================================================
--- brlcad/trunk/misc/repoconv/svnfexport/svnfexport_git.cxx    2019-05-27 
15:02:07 UTC (rev 73193)
+++ brlcad/trunk/misc/repoconv/svnfexport/svnfexport_git.cxx    2019-05-27 
18:10:56 UTC (rev 73194)
@@ -1270,6 +1270,8 @@
                    boutfile.close();
                    all_git_branches.push_back(node.tag);
 
+                   branch_add = 1;
+
                    // Make an empty commit on the new branch with the commit 
message from SVN, but no changes
 
                    std::string cfi_file = std::to_string(rev.revision_number) 
+ std::string("-commit.fi");

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