I recently switched the machine that builds 7 and 8 from csup to svn. Unfortunately, it seems to have trouble maintaining a stable connection to svn.freebsd.org. I'm testing a patch that makes it retry up to three times before giving up, so hopefully the spurious failures will go away soon. DES -- Dag-Erling Sm?rgrav - des@des.no
On 24 Sep 2012 10:23, "Dag-Erling Sm?rgrav" <des@des.no> wrote:> > I recently switched the machine that builds 7 and 8 from csup to svn. > Unfortunately, it seems to have trouble maintaining a stable connection > to svn.freebsd.org. I'm testing a patch that makes it retry up to three > times before giving up, so hopefully the spurious failures will go away > soon.I've found that svn:// seems to be more aggressive with rate-limiting if that's what it does. Have you tried using http:// ? Chris