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