[kforge-dev] Re: plugin data id mismatch?
Rufus Pollock
rufus.pollock at okfn.org
Tue Sep 20 11:24:58 UTC 2005
I know :) I encountered this (in fact created this situation) and just
yesterday committed the fixes, namely that shutil.rmtree is wrapped:
if os.path.exists(fullPath):
shutil.rmtree(fullPath)
This means that delete is silent: if there is nothing to delete nothing
is done. John suggests this logging a warning to indicate that something
is not normal. I agree and will implement this.
~rufus
John Bywater wrote:
> Tried to delete an svn service on a project on the recently upgraded
> test.kforge.net.
> I'll change the kforge.plugin.svn code, but did the upgrade cause the
> database ids to be inconsistent with the filesystem directories?
>
> J.
>
[snip]
More information about the kforge-dev
mailing list