#!/bin/sh
USER="$3"
if [ "$USER" = "root" ]; then exit 0; fi
echo "Only the syncuser user may change revision properties" >&2
exit 1
USER="$3"
if [ "$USER" = "root" ]; then exit 0; fi
echo "Only the syncuser user may change revision properties" >&2
exit 1
![[FSF Associate Member]](http://static.fsf.org/nosvn/associate/fsf-12534.png)
