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

pre-revprop-change failed

From: Jens Theeß <jens.theess_at_gero-mess.de>
Date: 2006-09-28 15:06:58 CEST

Hi,

I'm having problems editing the svn:log property. My setup:

Suse Linux 9.1
Subersion 1.4.0 compiled from source
Apache 2.0.49 from the Suse 9.1 distribution

When editing a log message I get the following error in the apache
error.log:
[Thu Sep 28 15:13:17 2006] [error] [client 192.168.1.1] Could not
execute PROPPATCH. [500, #206]
[Thu Sep 28 15:13:17 2006] [error] [client 192.168.1.1]
'pre-revprop-change' hook failed with error output:\n [500, #165001]

The following is my pre-revprop-change hook:

server1:/srv/svn/repos/christopher1/hooks # ls -l pre-revprop-change
-rwxr-xr-x 1 wwwrun www 17 Sep 28 15:06 pre-revprop-change

server1:/srv/svn/repos/christopher1/hooks # cat pre-revprop-change
#!/bin/sh
exit 0

As clients I tried the command-line client as well as tortoisesvn 1.4.0.
E.g.

jens@server1:~/svn/christopher1> svn pe -r 44 --revprop svn:log .

svn: DAV request failed; it's possible that the repository's
pre-revprop-change hook either failed or is non-existent
svn: At least one property change failed; repository is unchanged

I don't know how to debug this problem any further. Any ideas?

Thanks,
Jens

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Sep 29 05:30:50 2006

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.