Commit 76fcc5b2 authored by Christophe Dumez's avatar Christophe Dumez

- revert last change (temporary fix)


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@7327 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent b118d3a4
...@@ -951,7 +951,7 @@ class SubversionTool(BaseTool, UniqueObject, Folder): ...@@ -951,7 +951,7 @@ class SubversionTool(BaseTool, UniqueObject, Folder):
def extractBT(self, bt): def extractBT(self, bt):
# first update working copy # first update working copy
self.updatewc(bt) #self.updatewc(bt)
bt.build() bt.build()
svn_path = self._getWorkingPath(self.getSubversionPath(bt) + os.sep) svn_path = self._getWorkingPath(self.getSubversionPath(bt) + os.sep)
path = mktemp() + os.sep path = mktemp() + os.sep
......
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