#!/bin/sh svn info $1 | grep ^Revision: | awk '{ print $2 }'