From 50bfcbd8cda2d95e679e3fe2a1cfc0e5aed48e49 Mon Sep 17 00:00:00 2001 From: Greg Price Date: Sat, 13 Jun 2009 16:07:18 -0400 Subject: [PATCH] dependency and usage notes for git-migrate-fast.sh svn path=/trunk/scripts/git-migration/; revision=2353 --- git-migrate-fast.sh | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/git-migrate-fast.sh b/git-migrate-fast.sh index e47035c..55cee03 100755 --- a/git-migrate-fast.sh +++ b/git-migrate-fast.sh @@ -1,6 +1,13 @@ #!/bin/bash set -e +# Depends: python-yaml, python-mako +# and svn-all-fast-export, which comes from git://repo.or.cz/svn-all-fast-export +# and builds with `qmake && make` with +# Build-Depends: qt4-qmake, libqt4-dev, libsvn-dev + +# Usage: ./git-migrate-fast.sh [svn-uri] +# Exports into new subdir ./git . SVN=${1:-/mit/xvm/svn} mako-render rules.mako > rules -- 1.7.9.5