create TCP proxy unsing only iptables
[sysadmin-cookbook] / recepies / git / git-checkout-svn.sh
1 #!/bin/sh -x
2
3 repository=svn+ssh://llin/home/dpavlin/private/svn/Frey
4
5 git svn clone $repository -T trunk -b branches \
6         --authors-file /srv/sysadmin-cookbook/recepies/git/authors-file
7 cd Frey/
8 git branch -r