mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-16 07:52:35 +03:00
Minor fixes to git-svn
This commit is contained in:
parent
6bff3f4e77
commit
ec58f6e313
1 changed files with 3 additions and 3 deletions
|
@ -232,7 +232,7 @@ class vcs_gitsvn(vcs):
|
|||
if i.startswith('trunk='):
|
||||
gitsvn_cmd += ' -T %s' % i[6:]
|
||||
elif i.startswith('tags='):
|
||||
gitsvn_cmd += '-t %s', i[5:]
|
||||
gitsvn_cmd += ' -t %s' % i[5:]
|
||||
elif i.startswith('branches='):
|
||||
gitsvn_cmd += ' -b %s' % i[9:]
|
||||
if subprocess.call([gitsvn_cmd + " %s %s" % (remote_split[0], self.local)],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue