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

Re: SVN pre-commit hook failed

From: Mark Reibert <svn_at_reibert.com>
Date: Wed, 19 Mar 2008 10:21:29 -0700

This problem can occur if your hook script is not executable. This is a
common oversight when copying a hook template as the .tmpl files created
by "svnadmin create ..." are mode 0644 (which is a good thing).

On Wed, 2008-03-19 at 22:28 +0530, Prasad (普拉萨德) wrote:
> Whenever i try commit remotely my pre-commit hook failed.
> my subversion is 1.4.4-r1 its configured with scmbug 0.23-4
>
> loocal commits are working fine but remote commit having following
> erros
>
> svn checkout is done using svn+ssh command. but while checking into
> repository getting following error but without any output
>
> prasad_at_server ~/src $ svn ci -m "Bug:14223 test"
> Password:
> Sending prasad.test
> Transmitting file data .svn: Commit failed (details follow):
> svn: 'pre-commit' hook failed with error output:
>
> prasad_at_server ~/src $
>
> If I removed the pre-commit file from hooks directory its works fine
> form remotely too. I don't know whats wrong with pre-commit file
>
> please suggest.
>
>
> --
> Prasad S. Wani

-- 
----------------------
Mark S. Reibert, Ph.D.
svn_at_reibert.com
----------------------
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-03-19 18:21:51 CET

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.