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

Re: Changing svn:author?

From: <james-tigris_at_jrv.org>
Date: 2003-08-20 17:32:45 CEST

pre-revprop-change.tmpl was the issue. By default it only allows
changing the log. I didn't notice this when I copied the script over.

if [ "$PROPNAME" = "svn:log" ]; then exit 0; fi
exit 1

> From: cmpilato@collab.net
> Date: 20 Aug 2003 08:35:30 -0500
>
> > This looks perfectly correct. And works for me too.
>
> Maybe his pre-revprop-change hook is disallowing svn:author, but we're
> not catching the error? James, what does your pre-revprop-change hook
> look like?
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Aug 20 17:34:02 2003

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.