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

Re: [PATCH] Create dll for libsvn_swig_py library in windows

From: David James <james82_at_gmail.com>
Date: 2005-09-27 15:53:59 CEST

On 9/27/05, Branko Èibej <brane@xbc.nu> wrote:
> Looks like the trac tests crash was the one I fixed in r16300. :)
I'm not sure about this. See below.

> So, the trac tests no longer crash, but they fail as follows:
> ...
> libsvn._core.SubversionException: ('Repository creation failed', 200011)
Oops. The Trac tests are failing because their repository wasn't
cleaned up properly when Python segfaulted. From python, type the
following:
>>> import tempfile
>>> print tempfile.gettempdir()
Go to the directory output by tempfile.gettempdir(), and delete the
trac-svnrepos directory. Now rerun the tests. Does it segfault? (If
so, you'll need to delete the trac-svnrepos directory again in order
to test the bindings again.)

Cheers,

David

--
David James -- http://www.cs.toronto.edu/~james
Received on Tue Sep 27 16:01:16 2005

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.