When i commit the file
post-commit hook failed (exit code 255) with no output.
My post commit hook for svn is
REPOS="$1"
REV="$2"
#mailer.py commit "$REPOS" "$REV" /path/to/mailer.conf
/usr/bin/svn update --force /xxx/xxx/xxxx/xxx >> /xxx/xxx/xxx/xxx/logs/repos.log
by this error i have to update it manually only.please guide me for proper post commit for auto checkout.advance thanks