Revision: 74263
          http://sourceforge.net/p/brlcad/code/74263
Author:   starseeker
Date:     2019-10-30 10:50:16 +0000 (Wed, 30 Oct 2019)
Log Message:
-----------
We're not archiving old branches any more

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

Modified: brlcad/trunk/misc/repoconv/CONVERT.sh
===================================================================
--- brlcad/trunk/misc/repoconv/CONVERT.sh       2019-10-29 21:42:56 UTC (rev 
74262)
+++ brlcad/trunk/misc/repoconv/CONVERT.sh       2019-10-30 10:50:16 UTC (rev 
74263)
@@ -144,9 +144,9 @@
 REPODERCSDIR="$PWD/repo_dercs"
 ./svnfexport ./brlcad_full_dercs.dump account-map $REPODERCSDIR
 
-echo "Archive old branches"
-#NOTE - if done incorrectly this will make a mess with orphaned commits - make
-#a backup first
+# Clone the repo via a mirror (gets us a copy without internal git conversion
+# logs taking up space)
+echo "Mirroring to brlcad_git directory"
 mkdir brlcad_git && cd brlcad_git
 git clone --mirror file://$PWD/cvs_git .git
 git init

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