On Tue, Feb 06, 2007 at 02:06:47PM +0800, gary ng wrote: > http-fetch.c construct the pack info retreival based on the pased in base > which has deliberately added a "/" at the end in perl script. This results in > url of the form "http://base//objects/info/packs" being submitted to the > server. I briefly go through the RFC and there is no specification saying > double slash(or multiple for that matter) should be compressed into a single > one. Though most apache installation does.
Hi gary, I guess you have a trailing slash in the URL in .git/remotes/origin. If you remove the trailing slash, it should be as expected, e.g.: $ cat .git/remotes/origin URL: http://gondor.apana.org.au/~herbert/dash/dash.git Pull: master:origin $ HTH, Gerrit. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]