Changeset 2353


Ignore:
Timestamp:
Jun 13, 2009, 4:07:18 PM (15 years ago)
Author:
price
Message:

dependency and usage notes for git-migrate-fast.sh

File:
1 edited

Legend:

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

    r2236 r2353  
    22set -e
    33
     4# Depends: python-yaml, python-mako
     5# and svn-all-fast-export, which comes from git://repo.or.cz/svn-all-fast-export
     6# and builds with `qmake && make` with
     7#   Build-Depends: qt4-qmake, libqt4-dev, libsvn-dev
     8
     9# Usage: ./git-migrate-fast.sh [svn-uri]
     10# Exports into new subdir ./git .
    411SVN=${1:-/mit/xvm/svn}
    512
Note: See TracChangeset for help on using the changeset viewer.