Revision: 72423
          http://sourceforge.net/p/brlcad/code/72423
Author:   starseeker
Date:     2019-02-12 04:10:23 +0000 (Tue, 12 Feb 2019)
Log Message:
-----------
Need to take a step back and rething the svn->git path mapping - it's causing 
problems with the tags

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-02-12 
03:51:21 UTC (rev 72422)
+++ brlcad/trunk/misc/repoconv/svnfexport/svnfexport.cxx        2019-02-12 
04:10:23 UTC (rev 72423)
@@ -814,8 +814,8 @@
            int tag_after_commit = 0;
            int branch_delete = 0;
            std::string rbranch = rev.nodes[0].branch;
-           if (rev.revision_number == 30544) {
-               std::cout << "at 30544\n";
+           if (rev.revision_number == 34022) {
+               std::cout << "at 34022\n";
            }
 
            for (size_t n = 0; n != rev.nodes.size(); 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
brlcad-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to