- Timestamp:
- Dec 25, 2008, 8:07:25 PM (16 years ago)
- Location:
- trunk/scripts/git-migration
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/scripts/git-migration/git-migrate-fast.sh
r1902 r1903 14 14 done 15 15 16 echo run > ../run.gdb 17 gdb -batch -x ../run.gdb --args svn-all-fast-export ../rules "$SVN" 16 svn-all-fast-export --identity-map <(sed 's/= //' ../authors) ../rules "$SVN" 18 17 19 18 sed -n 's/^create repository // p' ../rules | while read repo; do -
trunk/scripts/git-migration/rules.mako
r1901 r1903 48 48 % endfor 49 49 50 match /package_tags/sipb-xen-dev/sipb-xen-dev/ 51 end match 52 50 53 % for package in packages: 51 54 match /trunk/packages/${package}/${package}/
Note: See TracChangeset
for help on using the changeset viewer.