mirror of
https://github.com/debauchee/barrier.git
synced 2025-07-17 00:25:40 +02:00
changed svn export to git export
This commit is contained in:
parent
ec3a9c3f1f
commit
3b3cec4040
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue