#! /bin/sh
REV=`rlog -h $1 | fgrep 'head:' | awk ' { print $2 } ' `
rcs -q -N$2:$REV -sRel $1
