ed.wittmann@fiserv.com wrote on 07/26/2005 10:18:00 AM:
> Note: using Subversion 1.2.0.
>
> I am trying to get Subversion to integrate with a defect tracking
package,
> and one of the things I have to do is set the bugtraq properties. I get
> this:
>
> 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.
I do not know why your hook is failing, but I thought I would point out
that the bug tracking properties are not revision props anyway. What you
need to do is set them on the folders in your repository and then commit
them. If everyone always checks out the same one or two top-level
folders, they only need to be set on those folders. Otherwise,
recursively set them on all folders.
Mark
_____________________________________________________________________________
Scanned for SoftLanding Systems, Inc. by IBM Email Security Management Services powered by MessageLabs.
_____________________________________________________________________________
---------------------------------------------------------------------
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:24:21 2005