Revision: 74229
          http://sourceforge.net/p/brlcad/code/74229
Author:   starseeker
Date:     2019-10-24 12:08:09 +0000 (Thu, 24 Oct 2019)
Log Message:
-----------
If we're using clone for this we want to remove the origin (it only points to 
the original conversion dir location, which is no longer useful.)

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

Modified: brlcad/trunk/misc/repoconv/CONVERT.sh
===================================================================
--- brlcad/trunk/misc/repoconv/CONVERT.sh       2019-10-24 01:51:39 UTC (rev 
74228)
+++ brlcad/trunk/misc/repoconv/CONVERT.sh       2019-10-24 12:08:09 UTC (rev 
74229)
@@ -150,6 +150,7 @@
 mkdir brlcad_git && cd brlcad_git
 git clone --mirror file://$PWD/cvs_git .git
 git init
+git remote rm origin
 ../archive_branches.sh
 
 echo "Do a file git gc --aggressive"

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