Lines Matching refs:rev
17 rev=""
23 echo " -rev NUM The revision to merge into the project"
28 -rev | --rev | -r )
30 rev=$1
49 if [ "x$rev" = "x" -o "x$proj" = "x" ]; then
63 echo "Merging r$rev:" > $tempfile
64 svn log -c $rev http://llvm.org/svn/llvm-project/$proj/trunk >> $tempfile 2>&1
69 echo "# Merging r$rev into $proj"
70 svn merge -c $rev https://llvm.org/svn/llvm-project/$proj/trunk . || exit 1