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

Re: svn.collab.net/viewcvs-dev

From: ender <ender_at_objectrealms.net>
Date: 2002-10-16 02:14:14 CEST

On Tuesday 15 October 2002 05:30 am, cmpilato@collab.net wrote:
> Wolf Josef <josef.wolf@siemens.com> writes:
> > Hello!
> >
> > Anyone noticed that http://svn.collab.net/viewcvs-dev is broken?

did something change with the environment variables here? it looks like the
code wants to add some strings together, either the SERVER_URL env variable
is not set (leading to an attempt to add None) or something is wrong with the
next line...

> Dangit. I've *got* to figure out what's going on with those
> bindings and/or ViewCVS.
>
> GStein (or other Python hackers): we're shutting down the repository
> in the SubversionRepository object's __del__ method. Is that
> guaranteed to get called for all exit routes from the program, or do
> things like system.exit(0) bypass all those nice destructors?

this seems unrelated, to the error displayed, another possible solution to
cleanup is register a cleanup function with the atexit module. not likely,
relevant in this case but, objects with a __del__ are not garbage collected
just ref counted.

cheers,

-e

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Oct 16 01:36:14 2002

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.