On Thu, 13 Sep 2001, Joey Hess wrote: > That doesn't make sense to me given what it printed out. If it was stuck > on retrying, wouldn't it retry a single file over and over 5 times, > instead of alternative between downloading the full diff and the full > tar, as it apparently did?
No, it queues the whole lot of them, then as each one fails it sticks it back on the queue again. So if they all failed then you would see exactly that. The way to really tell would be to watch the progress meter, if you see it actuall download that rather large diff several times then that's not what it is. Jason

