On Sat, 7 Oct 2006 00:05:42 +0200 takis@xxxxxxxxxxxxxxxxxxx (Panagiotis Issaris) wrote: > Apparently, it does work :-/ After a _long_ time I noticed that the > repository indeed got cloned... I am not sure if this is normal behavior > or not, it seemed to take a _really_ long. I would have thought > downloading 14MiB should not take a long time on my ADSL line. It's not normal. There's something odd going on. I can clone your repo with wget in about two minutes, while Git still hadn't downloaded anything after 12 minutes when I killed it. Poked around a bit, and found that if I comment out these lines from http-fetch.c: #ifndef NO_EXPAT if (remote_ls(repo, "objects/pack/", PROCESS_FILES, process_ls_pack, NULL) == 0) return 0; #endif Then everything downloads nice and fast. Does anyone have a guess why that would be? Sean - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html