Git development
 help / color / mirror / Atom feed
* Problem with git fetch over http://
@ 2008-04-25 20:42 John Wiegley
  2008-04-25 21:24 ` Junio C Hamano
  2008-04-25 22:04 ` Daniel Barkalow
  0 siblings, 2 replies; 6+ messages in thread
From: John Wiegley @ 2008-04-25 20:42 UTC (permalink / raw)
  To: git

Hello, I'm using the Builtbot to pull sources from a Git repository,  
and have found that the Buildbot's Git step always uses git-fetch -- a  
detail of Buildbot which I currently have little control over.

This is no problem if the git:// protocol is used, but using fetch  
with http:// doesn't work.  This has been mentioned elsewhere:

   http://lists.berlios.de/pipermail/bitbake-dev/2007-November/000765.html

Here's a quick example of what I mean:

   cd /tmp ; mkdir foo ; cd foo ; git init

   git fetch git://newartisans.com/ledger.git	# works fine

   cd /tmp ; rm -fr foo ; mkdir foo ; cd foo ; git init

   git fetch http://newartisans.com/git/ledger.git  # fails

This is happening with git-1.5.5 on the server, Apache 2.2 and  
git-1.5.5.1 on the client.

Thanks,
   John

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

end of thread, other threads:[~2008-04-25 23:36 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-25 20:42 Problem with git fetch over http:// John Wiegley
2008-04-25 21:24 ` Junio C Hamano
2008-04-25 21:34   ` Mike Hommey
2008-04-25 22:04 ` Daniel Barkalow
2008-04-25 22:29   ` Junio C Hamano
2008-04-25 23:35     ` Daniel Barkalow

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox