Commit 199d1e8d authored by Christophe Dumez's avatar Christophe Dumez

- moved a line to display preferences error faster


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6849 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 32b05477
......@@ -798,9 +798,9 @@ class SubversionTool(UniqueObject, Folder):
return somethingModified and root
def extractBT(self, bt):
svn_path = self.getSubversionPath(bt) + os.sep
path = mktemp() +os.sep
bt.export(path=path, local=1)
svn_path = self.getSubversionPath(bt) + os.sep
# svn del deleted files
self.deleteOldFiles(svn_path, path, bt)
# add new files and copy
......
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