[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Commit blocked by pre-commit hook (exit code 255) with no output

From: Qazwart <qazwart_at_gmail.com>
Date: Sun, 15 Apr 2012 12:50:05 -0400

Remember that the only output is
From STDERR and only if your script returns a nonzero exit code. What language in your hook script written in? Do you have the standard pre-commit hook call your pre-commit?

What OS are you using?

Check to make sure your script is executable and owned by the correct user.

--
David Weintraub
David_at_Weintraub.name
Sent from my iPhone while riding in my Ferrari. (Jealous?)
On Apr 15, 2012, at 7:02 AM, Armando Perico <pericoarmando_at_gmail.com> wrote:
> Hello,
> 
> I'm having problems with hook scripts (pre-commit or post-commit) 
> - When I try to commit, the svn commit is not performing completely, it
> is returning "Commit blocked by pre-commit hook (exit code 255) with no
> output"
> 
> It passed a long while that I am trying to fix this problem without
> having no solution. I tried and read lots of things (here and in other
> places) and none seems to be working.
> 
> The only answers I can find were related to the permissions of the
> pre-commit hook file, but I also tried all possible combinations and
> nothing works.
> 
> These are the important information I have:
> 
> pre-commit file:
> ----------------------
> #!/bin/sh
> echo "pre-cimmit running" 1>&2 
> exit 0
> ----------------------
> 
> permissions in the repository folder:
> drwxrwxrwx. 7 apache apache 4096 Apr 14 18:36 testrepo
> -rwxrwxrwx. 1 apache apache   61 Apr 14 19:26 testrepo/hooks/pre-commit
> 
> when I try to commit: svn commit -m "commit log"
> svn: Commit blocked by pre-commit hook (exit code 255) with no output
> (a warning pops also when i rename to post-commit, just for
> 
> apache error_log:
> [error] [client 127.0.0.1] Commit blocked by pre-commit hook (exit code
> 255) with no output.  [409, #165001]
> 
> OS: Fedora 16
> 
> I am out of options, does anybody has a proper solution to this ?
> Thanks in advance
> 
> -APN
> 
Received on 2012-04-15 18:50:42 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.