shutil.rmtree can't remove svn metadata in plone.recipe.zope2install
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
collective.buildout |
New
|
Undecided
|
Unassigned |
Bug Description
shutil.rmtree fails on Windows when it tries to remove directories containing readonly files:
An internal error occured due to a bug in either zc.buildout or in a
recipe being used:
Traceback (most recent call last):
File "C:\Daten\Dokumente und Einstellungen\
getattr(
File "C:\Daten\Dokumente und Einstellungen\
installed_files = self[part]
File "C:\Daten\Dokumente und Einstellungen\
return f()
File "c:\daten\dokumente und einstellungen\
shutil.
File "c:\daten\
File "c:\daten\
File "c:\daten\
OSError: [Errno 13] Permission denied: 'C:\\daten\
A possible solution would use zc.buildout.
I made no change to the description, just clicked the exclamation mark without knowing its function (should have a tooltip, maybe?).