/[sysadmin-cookbook]/recepies/git/git-checkout-svn.sh
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /recepies/git/git-checkout-svn.sh

Parent Directory Parent Directory | Revision Log Revision Log


Revision 148 - (show annotations)
Sat Oct 17 12:40:24 2009 UTC (14 years, 6 months ago) by dpavlin
File MIME type: application/x-sh
File size: 208 byte(s)
example of Frey import into git over svn+ssh

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

Properties

Name Value
svn:executable *

  ViewVC Help
Powered by ViewVC 1.1.26