#!/bin/bash if test x$# != x3; then echo gnome-tag module tag release exit fi svn copy svn+ssh://svn.gnome.org/svn/$1/trunk svn+ssh://svn.gnome.org/svn/$1/tags/$2 -m "Tagged for release $3."