From: Junio C Hamano <junkio@cox.net>
To: Daniel Drake <dsd@gentoo.org>
Cc: git@vger.kernel.org
Subject: Re: HTTP repo referencing stale heads (can't clone)
Date: Mon, 03 Apr 2006 10:23:22 -0700 [thread overview]
Message-ID: <7virpqefp1.fsf@assigned-by-dhcp.cox.net> (raw)
In-Reply-To: <443146EC.7060704@gentoo.org> (Daniel Drake's message of "Mon, 03 Apr 2006 17:01:48 +0100")
Daniel Drake <dsd@gentoo.org> writes:
> I maintain a small git repo. I upload it over ssh (with git-push) to a
> machine where it is distributed over http:
>
> http://dsd.object4.net/git/zd1211.git/
>...
> I have tried running git-prune and git-update-server-info, but that
> doesn't help.
>
> Any ideas?
My standard answer would be
http-server$ cd /var/www/git/zd1211.git/ ;# or whereever
http-server$ GIT_DIR=. git-update-server-info
but you said you have run it already... Can you try to see if
there is some caching proxy involved that still serves stale
info/refs file?
client$ wget http://dsd.object4.net/git/zd1211.git/info/refs
next prev parent reply other threads:[~2006-04-03 17:24 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-04-03 16:01 HTTP repo referencing stale heads (can't clone) Daniel Drake
2006-04-03 17:23 ` Junio C Hamano [this message]
2006-04-03 18:09 ` Nick Hengeveld
2006-04-04 7:03 ` Junio C Hamano
2006-04-04 10:00 ` Petr Baudis
2006-04-04 12:10 ` Nick Hengeveld
2006-04-04 15:27 ` Petr Baudis
2006-04-04 17:56 ` Nick Hengeveld
2006-04-03 18:28 ` Daniel Drake
2006-04-04 18:01 ` Nick Hengeveld
2006-04-05 12:23 ` Radoslaw Szkodzinski
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=7virpqefp1.fsf@assigned-by-dhcp.cox.net \
--to=junkio@cox.net \
--cc=dsd@gentoo.org \
--cc=git@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox