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

Re: problem with propset

From: Christopher Ness <chris_at_nesser.org>
Date: 2005-07-26 16:29:18 CEST

On Tue, 2005-07-26 at 10:18 -0400, ed.wittmann@fiserv.com wrote:
<snip>
> D:\ribs>svn propset bugtraq:label --revprop -r HEAD "Defect#"
> http://servername/repos/foo
> svn: DAV request failed; it's possible that the repository's
> pre-revprop-change hook either failed o
> r is non-existent
> svn: At least one property change failed; repository is unchanged
>
> Google, this list, and the issue tracker readme all say that this is
> because I don't have a pre-revprop-change hook, but I do, and it's
> executable. It's empty and won't do much, but it is there. I also tried
> using the template that "ships" with Subversion but no joy.
>
> Can someone point out my error?

User permissions of the file[s]? I also enabled the
`post-revprop-change' script as well, but commented out the email script
so it simply returns.

Make sure your scripts (.bat I assume) are exiting with success (0).

The default pre-revprop-change that I have only allows users to set
'svn:log' properties. Everything else fails (exit 1).

Cheers,
Chris

-- 
Wireless Group
McMaster University
summer
10:24:00 up 4 days, 20:17, 4 users, load average: 0.00, 0.04, 0.07
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Jul 26 16:31:14 2005

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.