From b85432aeeeebb95189db8f47a0fc25fbc3e76ded Mon Sep 17 00:00:00 2001 From: Nick Bolton Date: Mon, 20 Oct 2014 19:06:25 +0100 Subject: [PATCH] changed svn export to git export --- ext/toolchain/commands1.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/toolchain/commands1.py b/ext/toolchain/commands1.py index d245c55b..6b18fcf0 100644 --- a/ext/toolchain/commands1.py +++ b/ext/toolchain/commands1.py @@ -1192,7 +1192,7 @@ class InternalCommands: shutil.rmtree(exportPath) print 'Exporting repository to: ' + exportPath - err = os.system('svn export . ' + exportPath) + err = os.system('git archive master | tar -x -C ' + exportPath) if err != 0: raise Exception('Repository export failed: ' + str(err))