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

Re: How to fill (modify) the author field

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2004-03-18 19:27:13 CET

On Thu, 2004-03-18 at 12:25, Solt Kemecsei wrote:

> REPOS="$1"
> REV="$2"
> USER="$3"
> PROPNAME="$4"
>
> if [ "$PROPNAME" = "svn:log" ]; then exit 0; fi
> exit 1

Hm, I'm starting to feel like a broken record here. :-)

Look at the script above... notice that it's returning an error if you
try to modify any property other than 'svn:log'. That's probably not
what you want.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Mar 18 19:29:21 2004

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.