mirror of
https://github.com/debauchee/barrier.git
synced 2024-11-23 00:56:21 +03:00
changed svn export to git export
This commit is contained in:
parent
ec3a9c3f1f
commit
3b3cec4040
@ -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…
Reference in New Issue
Block a user