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