.gitignore
[invirt/scripts/git-migration.git] / git-migrate-fast.sh
index e47035c..55cee03 100755 (executable)
@@ -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