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

Pre-commit hook doesn't work with WebDAV

From: Adam Byrtek <adambyrtek_at_gmail.com>
Date: Mon, 11 Aug 2008 16:31:10 +0200

I have a problem with pre-commit hooks on repositories hosted through
WebDAV. Even when I try the most obvious "exit 0" pre-commit script
(which should allow the commit) the result is as follows:

% svn ci -m "README updated."
Sending README
Transmitting file data .svn: Commit failed (details follow):
svn: MERGE request failed on '/svn/repo'
svn: Error waiting for process '/var/svn/repo/hooks/pre-commit': No
child processes

I get the same result with "exit 1" pre-commit script. Moreover the
script is executable. When I completely remove the pre-commit file,
everything is fine. Moreover when I access the same repository through
svnserve hooks work as expected.

Any ideas?

Best regards,
Adam

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-08-11 16:31:40 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.