Revision: 76274
          http://sourceforge.net/p/brlcad/code/76274
Author:   starseeker
Date:     2020-07-06 13:41:21 +0000 (Mon, 06 Jul 2020)
Log Message:
-----------
Latest git cvs-fast-export changes the output of our conversion, introducing a 
few differences in the SVN/CVS comparison.  Not sure which answer is 'better' 
at this point, but the difference appears to be cvs-fast-export populating some 
RCS tags.  We're deliberately trying not to expand those at all for any of 
this, so use the cvs-fast-export version used when the original splicing work 
was done.

Modified Paths:
--------------
    brlcad/trunk/misc/repoconv/CONVERT.sh

Modified: brlcad/trunk/misc/repoconv/CONVERT.sh
===================================================================
--- brlcad/trunk/misc/repoconv/CONVERT.sh       2020-07-06 03:10:48 UTC (rev 
76273)
+++ brlcad/trunk/misc/repoconv/CONVERT.sh       2020-07-06 13:41:21 UTC (rev 
76274)
@@ -7,7 +7,9 @@
 REPODIR="$PWD/brlcad_repo"
 
 if [ ! -e "cvs-fast-export" ]; then
-        git clone https://gitlab.com/esr/cvs-fast-export.git
+        curl -o cvs-fast-export.tar.gz 
https://gitlab.com/esr/cvs-fast-export/-/archive/1.48/cvs-fast-export-1.48.tar.gz
+       tar -xvf cvs-fast-export.tar.gz
+       mv cvs-fast-export-1.48 cvs-fast-export
 fi
 cd cvs-fast-export && make cvs-fast-export && cd ..
 

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