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

Re: author of a file

From: Branko Čibej <brane_at_xbc.nu>
Date: 2003-05-17 15:05:15 CEST

R. Welz wrote:

> Hi.
> Is it
> if [ "$PROPNAME" = "svn:log" ]
> ???
>
> Or exit 0 -> no Err, exit 1 -> error ??
>
> must it be:
>
> if [ "$PROPNAME" = "svn:log" ]; then exit 1; fi
> exit 0
>
> Thanks for help.

Read the documentation in pre-revprop-change.tmpl. You're not allowing
changes to svn:author.

-- 
Brane Čibej   <brane_at_xbc.nu>   http://www.xbc.nu/brane/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat May 17 15:05:58 2003

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.