- Timestamp:
- Dec 22, 2008, 2:19:31 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/scripts/git-migration/git-migrate
r1869 r1870 8 8 # Use --no-follow-parent because we're going to handle that with 9 9 # grafts. 10 subprocess.check_call(['git', 'svn', 'clone', '--no-follow-parent', '%s/packages/%s' % (base, pkg)], 10 subprocess.check_call(['git', 'svn', 'clone', '--no-follow-parent', 11 '--no-metadata', '%s/packages/%s' % (base, pkg)], 11 12 stdout=subprocess.PIPE) 12 13
Note: See TracChangeset
for help on using the changeset viewer.