Changeset 1870 for trunk/scripts
- Timestamp:
 - Dec 22, 2008, 2:19:31 AM (17 years ago)
 - File:
 - 
          
- 1 edited
 
- 
          trunk/scripts/git-migration/git-migrate (modified) (1 diff)
 
 
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.
      