* dumb protocol problems
@ 2008-07-04 19:00 Michael P. Soulier
2008-07-04 19:10 ` Junio C Hamano
0 siblings, 1 reply; 3+ messages in thread
From: Michael P. Soulier @ 2008-07-04 19:00 UTC (permalink / raw)
To: git
[-- Attachment #1: Type: text/plain, Size: 1749 bytes --]
I'm in a situation where sharing via http is my simplest method, although I
will migrate to use git-daemon in the near future.
I'm on CentOS 4.6, Apache works fine, the bare repository is viewable and
there's a info/refs file like there should be.
msoulier@espresso:~/temp$ cat /var/www/git/cqr.git/info/refs
0a27e2807d8d3c32aa8912d01c939bd1cdd0df68 refs/heads/master
But cloning fails.
git clone http://espresso.nssg.mitel.com/gitdir/cqr.git
Initialize cqr/.git
Initialized empty Git repository in /usr/home/msoulier/temp/cqr/.git/
Getting alternates list for http://espresso.nssg.mitel.com/gitdir/cqr.git
Getting pack list for http://espresso.nssg.mitel.com/gitdir/cqr.git
Getting index for pack d22362ff6cdd729015f787a7eae057e079fcee39
Getting pack d22362ff6cdd729015f787a7eae057e079fcee39
which contains 0a27e2807d8d3c32aa8912d01c939bd1cdd0df68
error: packfile
/usr/home/msoulier/temp/cqr/.git/objects/pack/pack-d22362ff6cdd729015f787a7eae057e079fcee39.pack
size changed
fatal: packfile
/usr/home/msoulier/temp/cqr/.git/objects/pack/pack-d22362ff6cdd729015f787a7eae057e079fcee39.pack
cannot be accessed
This is not on NFS, it's an LVM filesystem on a local disk.
msoulier@espresso:~/temp$ df -h .
Filesystem Size Used Avail Use% Mounted on
/dev/mapper/VolGroup00-LogVol00
36G 22G 13G 64% /
I'm not sure what the issue could be.
git --version
git version 1.5.6.rc0
I'll start by picking up the latest.
Thanks,
Mike
--
Michael P. Soulier <msoulier@digitaltorque.ca>
"Any intelligent fool can make things bigger and more complex... It
takes a touch of genius - and a lot of courage to move in the opposite
direction." --Albert Einstein
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2008-07-04 19:20 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-04 19:00 dumb protocol problems Michael P. Soulier
2008-07-04 19:10 ` Junio C Hamano
2008-07-04 19:19 ` Michael P. Soulier
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).