diff --git a/product/ERP5VCS/Subversion.py b/product/ERP5VCS/Subversion.py index 0c32bda19c68353cf2618e42099ad2ad9795acb2..769b6e16ac3a7f6a483561f214232ee5ff536b6e 100644 --- a/product/ERP5VCS/Subversion.py +++ b/product/ERP5VCS/Subversion.py @@ -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