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

Re: svn commit: r1299519 - /subversion/trunk/tools/server-side/svnpubsub/svnpubsub/client.py

From: Greg Stein <gstein_at_gmail.com>
Date: Sun, 11 Mar 2012 23:44:26 -0400

What did you observe here, and do you have some logs that demonstrate the
problem? I tested the reconnect logic, and it all appeared to work, so
maybe something else is going on here. The code below blocks the network
processing.

The event should also be a simple word, so the callback can switch on it.
In this case, it can call logging.exception() so we can see what was
caught. Bare "except:" clauses are always dangerous since it could paper
over even a simple typo on an attribute access.

Thx,
-g
On Mar 11, 2012 10:03 PM, <joes_at_apache.org> wrote:
Received on 2012-03-12 04:45:08 CET

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.