Revision: 72382
          http://sourceforge.net/p/brlcad/code/72382
Author:   starseeker
Date:     2019-02-09 16:47:03 +0000 (Sat, 09 Feb 2019)
Log Message:
-----------
Just update the copy sha1/md5 strings here...

Modified Paths:
--------------
    brlcad/trunk/misc/repoconv/dercs/svn_de-rcs.cxx

Modified: brlcad/trunk/misc/repoconv/dercs/svn_de-rcs.cxx
===================================================================
--- brlcad/trunk/misc/repoconv/dercs/svn_de-rcs.cxx     2019-02-09 16:46:29 UTC 
(rev 72381)
+++ brlcad/trunk/misc/repoconv/dercs/svn_de-rcs.cxx     2019-02-09 16:47:03 UTC 
(rev 72382)
@@ -303,10 +303,14 @@
        if (curr_sha1_line2(line, tcsskey, text_copy_source_sha1, node_lines)) {
            continue;
        }
-       if (curr_md5_line2(line, tcmkey, text_content_md5, node_lines)) {
+       if (!sfcmp(line, tcmkey))  {
+           text_content_md5 = svn_str(line, tcmkey);
+           node_lines.push_back(line);
            continue;
        }
-       if (curr_sha1_line2(line, tcskey, text_content_sha1, node_lines)) {
+       if (!sfcmp(line, tcskey))  {
+           text_content_sha1 = svn_str(line, tcskey);
+           node_lines.push_back(line);
            continue;
        }
        if (!sfcmp(line, tclkey))  {

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