#! /bin/sh
# $FreeBSD: nocommits.sh,v 1.1 2012/11/17 04:39:41 svnexp Exp $
#
# This is just some basic anti-foot-shooting to avoid accidental commits
# to cvsup'ed copies of the repository etc.

echo "You are committing on the wrong repository!"
exit 1
