On Wed, Mar 19, 2008 at 12:58 PM, Prasad (普拉萨德) <prasad.online_at_gmail.com> 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.
For whatever reason, the hook script is exiting with an error
condition. But no one here is a mind-reader. No one can help you if
you don't share the hook script itself and what environment it's
running in (host OS, etc.).
Received on 2008-03-19 18:02:02 CET