#!/bin/bash
git clone git://occident.us/cosmo.git cosmo.git
cd cosmo.git
git config --add remote.origin.fetch '+refs/remotes/*:refs/remotes/*'
git fetch origin
git svn init -t tags -T trunk -b branches svn+ssh://svn.osafoundation.org/svn/server/cosmo/
git svn fetch
