changed svn export to git export

This commit is contained in:
Nick Bolton 2014-10-20 19:06:25 +01:00
parent 0f926658dc
commit b85432aeee
1 changed files with 1 additions and 1 deletions

View File

@ -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))