Commit d0f60349 authored by Julien Muchembled's avatar Julien Muchembled

ERP5VCS: fix SVN BT export when a top-level folder is removed

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44038 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 8f625be4
......@@ -357,6 +357,7 @@ class BusinessTemplateWorkingCopy(BusinessTemplateFolder):
self.versioned_dict = dict((x.getPath(), x) for x in self.client.status('.')
if str(x.getTextStatus()) not in ('ignored', 'unversioned'))
del self.versioned_dict['.']
self.versioned_dict[''] = None
self.added_set = set()
# Walk current tree
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment