git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Problems cloning
@ 2005-10-09 14:15 Nico -telmich- Schottelius
  2005-10-12  8:19 ` Petr Baudis
  0 siblings, 1 reply; 3+ messages in thread
From: Nico -telmich- Schottelius @ 2005-10-09 14:15 UTC (permalink / raw)
  To: Git Mailing List

[-- Attachment #1: Type: text/plain, Size: 1287 bytes --]

Cloning gitweb from kernel.org fails:

----------------------------------------------------------------------
[16:10] hydrogenium:build% cg-clone http://www.kernel.org/pub/scm/git/gitweb.git 
defaulting to local storage area
16:10:35 URL:http://www.kernel.org/pub/scm/git/gitweb.git/HEAD [41/41] -> "refs/heads/.origin-fetching" [1]
progress: 84 objects, 295012 bytes
Getting pack list
Getting alternates list
error: Unable to find d263a6bd453df849c9f9211f1966c830c3cf913a under http://www.kernel.org/pub/scm/git/gitweb.git/

Cannot obtain needed commit d263a6bd453df849c9f9211f1966c830c3cf913a
while processing commit f5dfb3f6a6655d4d60fdd0aaeef7b5b14226147f.
cg-fetch: objects fetch failed
cg-clone: fetch failed
----------------------------------------------------------------------

Info:

----------------------------------------------------------------------
[16:01] hydrogenium:cinit% cg --version
cogito-0.15.1 (cfeac5893d97b830ac31b9d41951c30f80967410)

[16:13] hydrogenium:cinit% git --version
git version 0.99.7d
----------------------------------------------------------------------

Greetings,

Nico

-- 
Latest project: cconfig (http://nico.schotteli.us/papers/linux/cconfig/)
Open Source nutures open minds and free, creative developers.

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 827 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Problems cloning
  2005-10-09 14:15 Problems cloning Nico -telmich- Schottelius
@ 2005-10-12  8:19 ` Petr Baudis
  2005-10-12 11:40   ` Kay Sievers
  0 siblings, 1 reply; 3+ messages in thread
From: Petr Baudis @ 2005-10-12  8:19 UTC (permalink / raw)
  To: Nico -telmich- Schottelius; +Cc: kay.sievers, Git Mailing List

Dear diary, on Sun, Oct 09, 2005 at 04:15:47PM CEST, I got a letter
where Nico -telmich- Schottelius <nico-linux-git@schottelius.org> told me that...
> Cloning gitweb from kernel.org fails:
> 
> ----------------------------------------------------------------------
> [16:10] hydrogenium:build% cg-clone http://www.kernel.org/pub/scm/git/gitweb.git 
> defaulting to local storage area
> 16:10:35 URL:http://www.kernel.org/pub/scm/git/gitweb.git/HEAD [41/41] -> "refs/heads/.origin-fetching" [1]
> progress: 84 objects, 295012 bytes
> Getting pack list
> Getting alternates list
> error: Unable to find d263a6bd453df849c9f9211f1966c830c3cf913a under http://www.kernel.org/pub/scm/git/gitweb.git/
> 
> Cannot obtain needed commit d263a6bd453df849c9f9211f1966c830c3cf913a
> while processing commit f5dfb3f6a6655d4d60fdd0aaeef7b5b14226147f.
> cg-fetch: objects fetch failed
> cg-clone: fetch failed
> ----------------------------------------------------------------------
> 
> Info:
> 
> ----------------------------------------------------------------------
> [16:01] hydrogenium:cinit% cg --version
> cogito-0.15.1 (cfeac5893d97b830ac31b9d41951c30f80967410)
> 
> [16:13] hydrogenium:cinit% git --version
> git version 0.99.7d
> ----------------------------------------------------------------------

It seems that the gitweb repository is broken wrt. fetching over HTTP,
since it does not have the "dumb server info" containing the list of
packs. Someone needs to run git-update-server-info over there.

-- 
				Petr "Pasky" Baudis
Stuff: http://pasky.or.cz/
VI has two modes: the one in which it beeps and the one in which
it doesn't.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Problems cloning
  2005-10-12  8:19 ` Petr Baudis
@ 2005-10-12 11:40   ` Kay Sievers
  0 siblings, 0 replies; 3+ messages in thread
From: Kay Sievers @ 2005-10-12 11:40 UTC (permalink / raw)
  To: Petr Baudis; +Cc: Nico -telmich- Schottelius, Git Mailing List

On Wed, Oct 12, 2005 at 10:19:08AM +0200, Petr Baudis wrote:
> Dear diary, on Sun, Oct 09, 2005 at 04:15:47PM CEST, I got a letter
> where Nico -telmich- Schottelius <nico-linux-git@schottelius.org> told me that...
> > Cloning gitweb from kernel.org fails:
> > 
> > ----------------------------------------------------------------------
> > [16:10] hydrogenium:build% cg-clone http://www.kernel.org/pub/scm/git/gitweb.git 
> > defaulting to local storage area
> > 16:10:35 URL:http://www.kernel.org/pub/scm/git/gitweb.git/HEAD [41/41] -> "refs/heads/.origin-fetching" [1]
> > progress: 84 objects, 295012 bytes
> > Getting pack list
> > Getting alternates list
> > error: Unable to find d263a6bd453df849c9f9211f1966c830c3cf913a under http://www.kernel.org/pub/scm/git/gitweb.git/
> > 
> > Cannot obtain needed commit d263a6bd453df849c9f9211f1966c830c3cf913a
> > while processing commit f5dfb3f6a6655d4d60fdd0aaeef7b5b14226147f.
> > cg-fetch: objects fetch failed
> > cg-clone: fetch failed
> > ----------------------------------------------------------------------
> > 
> > Info:
> > 
> > ----------------------------------------------------------------------
> > [16:01] hydrogenium:cinit% cg --version
> > cogito-0.15.1 (cfeac5893d97b830ac31b9d41951c30f80967410)
> > 
> > [16:13] hydrogenium:cinit% git --version
> > git version 0.99.7d
> > ----------------------------------------------------------------------
> 
> It seems that the gitweb repository is broken wrt. fetching over HTTP,
> since it does not have the "dumb server info" containing the list of
> packs. Someone needs to run git-update-server-info over there.

Sure, I use plain rsync.
Never tried any of the tools that maintain this info. :)

Kay

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2005-10-12 11:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-10-09 14:15 Problems cloning Nico -telmich- Schottelius
2005-10-12  8:19 ` Petr Baudis
2005-10-12 11:40   ` Kay Sievers

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).