Changeset 2353
- Timestamp:
- Jun 13, 2009, 4:07:18 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/scripts/git-migration/git-migrate-fast.sh
r2236 r2353 2 2 set -e 3 3 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 . 4 11 SVN=${1:-/mit/xvm/svn} 5 12
Note: See TracChangeset
for help on using the changeset viewer.