[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: co problem status report

From: Joe Orton <joe_at_manyfish.co.uk>
Date: 2001-10-25 16:16:46 CEST

On Thu, Oct 25, 2001 at 03:58:10PM +0200, Daniel Stenberg wrote:
> To see an entire neon dump for a failure, get this:
> http://storebror.haxx.se/~daniel/svn/neon-dump.bz2 (373KB) or get the last
> 200 lines of that logfile here:
> http://storebror.haxx.se/~daniel/svn/neon-dump-200

Thanks! Well; this shows that it is a persistent connection handling
problem, at least. I'd thought that persistent connections were still
turned off, looks like this they aren't for the second session. Putting

 ne_sess_persist(sess2, 0);

after the other ne_set_persist call in session.c should work around
this.

Regards,

joe

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:36:45 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.