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

Re: Python testsuite on windows

From: David James <james82_at_gmail.com>
Date: Mon, 27 Apr 2009 12:36:39 -0700

On Mon, Apr 27, 2009 at 12:15 PM, Jens Peters <jpeters7677_at_gmx.de> wrote:
>     return _repos.svn_repos_delete(*args)
> svn.core.SubversionException: ("Can't remove
> 'd:\\tmp\\tmp542z21-trac-svnrepos\\
> db\\rep-cache.db'", 720032)

Hi Jens,

From this bug report it's hard to tell the exact problem. This does
suggest a new issue with Subversion 1.6 -- now that Subversion has a
rep-cache DB, we need to be careful to make sure it gets closed before
we try to delete the directory. I'm wondering whether the rep-cache DB
got left open because of an exception in an earlier test -- could you
try running the tests individually to see what the problem with them
is?

Cheers,

David

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=1950990
Received on 2009-04-27 21:39:32 CEST

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.