Changeset 1903 for trunk/scripts


Ignore:
Timestamp:
Dec 25, 2008, 8:07:25 PM (15 years ago)
Author:
andersk
Message:

Use authors file.

Location:
trunk/scripts/git-migration
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/scripts/git-migration/git-migrate-fast.sh

    r1902 r1903  
    1414done
    1515
    16 echo run > ../run.gdb
    17 gdb -batch -x ../run.gdb --args svn-all-fast-export ../rules "$SVN"
     16svn-all-fast-export --identity-map <(sed 's/= //' ../authors) ../rules "$SVN"
    1817
    1918sed -n 's/^create repository // p' ../rules | while read repo; do
  • trunk/scripts/git-migration/rules.mako

    r1901 r1903  
    4848% endfor
    4949
     50match /package_tags/sipb-xen-dev/sipb-xen-dev/
     51end match
     52
    5053% for package in packages:
    5154match /trunk/packages/${package}/${package}/
Note: See TracChangeset for help on using the changeset viewer.