#!/bin/sh if test x$# != x3; then echo gnome-branch module branch dir exit fi exec svn co svn+ssh://svn.gnome.org/svn/$1/branches/$2 $3