Revision: 74230
http://sourceforge.net/p/brlcad/code/74230
Author: starseeker
Date: 2019-10-24 18:32:23 +0000 (Thu, 24 Oct 2019)
Log Message:
-----------
After looking over the options with Sean, and how git behaves listing branches
(or not) by default when doing a checkout from remote, we don't need to make
these tags and remove the branches.
Modified Paths:
--------------
brlcad/trunk/misc/CMakeLists.txt
brlcad/trunk/misc/repoconv/CONVERT.sh
Removed Paths:
-------------
brlcad/trunk/misc/repoconv/archive_branches.sh
Modified: brlcad/trunk/misc/CMakeLists.txt
===================================================================
--- brlcad/trunk/misc/CMakeLists.txt 2019-10-24 12:08:09 UTC (rev 74229)
+++ brlcad/trunk/misc/CMakeLists.txt 2019-10-24 18:32:23 UTC (rev 74230)
@@ -113,7 +113,6 @@
repoconv/NOTES
repoconv/RESUME.sh
repoconv/account-map
- repoconv/archive_branches.sh
repoconv/audit_merges/audit_merges.cxx
repoconv/audit_merges/commit_list.txt
repoconv/checkout_dercs.sh
Modified: brlcad/trunk/misc/repoconv/CONVERT.sh
===================================================================
--- brlcad/trunk/misc/repoconv/CONVERT.sh 2019-10-24 12:08:09 UTC (rev
74229)
+++ brlcad/trunk/misc/repoconv/CONVERT.sh 2019-10-24 18:32:23 UTC (rev
74230)
@@ -151,7 +151,6 @@
git clone --mirror file://$PWD/cvs_git .git
git init
git remote rm origin
-../archive_branches.sh
echo "Do a file git gc --aggressive"
git gc --aggressive
Deleted: brlcad/trunk/misc/repoconv/archive_branches.sh
===================================================================
--- brlcad/trunk/misc/repoconv/archive_branches.sh 2019-10-24 12:08:09 UTC
(rev 74229)
+++ brlcad/trunk/misc/repoconv/archive_branches.sh 2019-10-24 18:32:23 UTC
(rev 74230)
@@ -1,131 +0,0 @@
-#!/bin/bash
-
-branches=(
- "AUTOCONF"
- "CMD"
- "Original"
- "VendorARL"
- "ansi-20040316-freeze"
- "ansi-6-0-branch"
- "ansi-branch"
- "attr-extension-mods"
- "autoconf-20031202"
- "autoconf-20031203"
- "autoconf-branch"
- "binary-attributes"
- "bobWinPort"
- "bobWinPort-20051223-freeze"
- "bottie"
- "brlcad_5_1_alpha_patch"
- "bullet"
- "cjohnson-mac-hack"
- "cmake"
- "compiler-flags"
- "ctj-4-5-post"
- "ctj-4-5-pre"
- "d-binding"
- "dm-work"
- "dmtogl"
- "eab"
- "embree"
- "framebuffer-experiment"
- "gct"
- "gecode"
- "goblin"
- "hartley-6-0-post"
- "help"
- "import-1.1.1"
- "itcl3-2"
- "libnmg"
- "libpng_1_0_2"
- "master-UNNAMED-BRANCH"
- "merge-to-head-20051223"
- "multiproj"
- "nmgreorg"
- "nurbs"
- "offsite-5-3-pre"
- "openscenegraph"
- "opensource-pre"
- "osg"
- "phong-branch"
- "photonmap-branch"
- "popt"
- "postmerge-autoconf"
- "pre-7-12-6"
- "premerge-20040315-windows"
- "premerge-20040404-ansi"
- "premerge-20051223-bobWinPort"
- "premerge-autoconf"
- "prep-cache"
- "qt"
- "rel-2-0"
- "rel-5-0"
- "rel-5-0-beta"
- "rel-5-0beta"
- "rel-5-1"
- "rel-5-1-branch"
- "rel-5-1-patches"
- "rel-5-2"
- "rel-5-3"
- "rel-6-0"
- "rel-6-0-1"
- "rel-6-0-1-branch"
- "rel-6-1-DP"
- "rel-7-0"
- "rel-7-0-1"
- "rel-7-0-2"
- "rel-7-0-4"
- "rel-7-0-branch"
- "rel-7-10-0"
- "rel-7-10-2"
- "rel-7-12-2"
- "rel-7-14-0"
- "rel-7-14-4"
- "rel-7-14-8"
- "rel-7-16-8"
- "rel-7-2-0"
- "rel-7-2-2"
- "rel-7-2-4"
- "rel-7-2-6"
- "rel-7-20-2"
- "rel-7-20-4"
- "rel-7-24-2"
- "rel-7-24-4"
- "rel-7-26-0"
- "rel-7-26-2"
- "rel-7-26-4"
- "rel-7-28-0"
- "rel-7-30-2"
- "rel-7-30-2-1"
- "rel-7-4-0"
- "rel-7-4-branch"
- "rel-7-6-0"
- "rel-7-6-4"
- "rel-7-6-6"
- "rel-7-6-branch"
- "rel-7-8-0"
- "rel-7-8-2"
- "rel-7-8-4"
- "release-7-0"
- "stable-branch"
- "surfacetree"
- "tcl8-3"
- "temp_tag"
- "tk8-3"
- "trimnurbs-branch"
- "uuid"
- "windows-20040315-freeze"
- "windows-6-0-branch"
- "windows-branch"
- "zlib_1_0_4"
- )
-
-for i in "${branches[@]}"
-do
- echo "Archiving $i"
- git checkout refs/heads/$i
- GIT_COMMITTER_DATE="$(git show --format=%ad | head -1)"
GIT_AUTHOR_DATE="$(git show --format=%ad | head -1)" git tag -a archived_$i -m
"Archiving branch $i"
- git checkout master
- git branch -D $i
-done
-
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