- 000003 by yuri@... on 2008/07/09 at 02:27 GMT
000002 by yuri@... on 2008/07/08 at 19:48 GMT
Page Content
From jnwhiteh at gmail.com Tue Jul 8 14:38:38 2008
From: jnwhiteh at gmail.com (Jim Whitehead II)
Date: Tue Jul 8 14:48:31 2008
Subject: [Sputnik-list] Inconsistency in Git repo
Message-ID: <5fe281d40807080938q5266a559mbc2fb3a1cc6cdbde@mail.gmail.com>
There appears to be an ambiguous reference in the git repository. The
following can be seen with a clone:
Initialized empty Git repository in /tmp/mainline/.git/
remote: Counting objects: 3625, done.
remote: Compressing objects: 100% (1811/1811), done.
remote: Total 3625 (delta 1935), reused 2448 (delta 1261)
Receiving objects: 100% (3625/3625), 781.91 KiB | 114 KiB/s, done.
Resolving deltas: 100% (1935/1935), done.
warning: refname 'HEAD' is ambiguous.
warning: refname 'HEAD' is ambiguous.
In the cloned repo, I have the following output from git-show-ref:
0df07c0e001da7d8ab1b46b9dbce0afe59fcac43 refs/heads/master
0df07c0e001da7d8ab1b46b9dbce0afe59fcac43 refs/remotes/origin/HEAD
0df07c0e001da7d8ab1b46b9dbce0afe59fcac43 refs/remotes/origin/earth
0df07c0e001da7d8ab1b46b9dbce0afe59fcac43 refs/remotes/origin/master
3028915518ebdc0574bf3255f2ffa48c82e395eb refs/remotes/origin/saci-remote
ca567bd5beee9bf160f64d7a92f16a6af8ae57d2 refs/remotes/origin/sql-update
3d9a035929f22d925d46c06fa89c04a83ba656ac refs/tags/HEAD
a40e2692fd4abb72544a0a3c6f7176c372edf430 refs/tags/diff-8.06.15
507bfa72af56ae59eae025e844c82d7dd53b8268 refs/tags/recaptcha-8.07.07
5c669257dc0e313e5029f14efcfccdd5e009d895 refs/tags/saci-8.06.22
ec10fcec705976aa6530a5a67eca89f122328b74 refs/tags/saci-8.07.07
cab04616c88c0f0bfc47631edceb5c558bb66759 refs/tags/sputnik-8.06.22
d9e54123d80b300ef4d2ca49c392aabddda0bfc9 refs/tags/sputnik-8.07.07
76457ccbd1807e17de0c82d04af03a1f411941fd refs/tags/sputnik_install_2008_06_22
a4e9e5164fb9b67153ae781d73f4f078911e4134 refs/tags/sputnik_install_8_07_07
42c26bf9645266a9b0bfefa6b32cd18d54bd6859 refs/tags/versium-8.06.22
ae9a213c5e5c30ccd8a502311b49856275596112 refs/tags/versium-8.07.07
279f901296014979cde0586a9cfa7be4a46d6095 refs/tags/versium-git-8.06.22
a189411a38e4aedcdbd497e8b7324b4d3d2faa14 refs/tags/xssfilter-8.06.22
1eb772d6052e3059682f02ff57cb14cadf625d01 refs/tags/xssfilter-8.07.07
It looks like there is an ambiguity between the HEAD tag and the
actual HEAD reference in the origin repo (i.e. the one on gitorious).
We can do some testing to see what could be causing this, but I'm
getting the error message when I'm working on the repo.
- Jim
From yuri at sims.berkeley.edu Tue Jul 8 14:48:50 2008
From: yuri at sims.berkeley.edu (Yuri Takhteyev)
Date: Tue Jul 8 14:58:37 2008
Subject: [Sputnik-list] Inconsistency in Git repo
In-Reply-To: <5fe281d40807080938q5266a559mbc2fb3a1cc6cdbde@mail.gmail.com>
References: <5fe281d40807080938q5266a559mbc2fb3a1cc6cdbde@mail.gmail.com>
Message-ID: <fa4efbc00807080948r2ac1a4f0uee3bf2b23b070975@mail.gmail.com>
> There appears to be an ambiguous reference in the git repository. The
> following can be seen with a clone:
I think I created this tag by mistake. I deleted it locally and will
push the deletion out as soon as I figure out how...
- yuri
--
http://sputnik.freewisdom.org/
From yuri at sims.berkeley.edu Tue Jul 8 21:27:30 2008
From: yuri at sims.berkeley.edu (Yuri Takhteyev)
Date: Tue Jul 8 21:37:07 2008
Subject: [Sputnik-list] Inconsistency in Git repo
In-Reply-To: <fa4efbc00807080948r2ac1a4f0uee3bf2b23b070975@mail.gmail.com>
References: <5fe281d40807080938q5266a559mbc2fb3a1cc6cdbde@mail.gmail.com>
<fa4efbc00807080948r2ac1a4f0uee3bf2b23b070975@mail.gmail.com>
Message-ID: <fa4efbc00807081627y50236d4cj38ae9d422f53c8b8@mail.gmail.com>
I think I took care of it. The "HEAD" tag is gone from the
repository. As I understand, though, git does not "pull" deletion of
tags, so any who has gotten this tag should delete it manually:
git tag -d HEAD
- yuri
--
http://sputnik.freewisdom.org/