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

Re: Updating my email address in COMMITTERS file in releases

From: Peter Samuelson <peter_at_p12n.org>
Date: Thu, 21 Jan 2010 14:52:08 -0600

[Stefan Sperling]
> --- dist.sh (revision 900955)
> +++ dist.sh (working copy)
> @@ -228,6 +228,10 @@
>
> rm -f "$DISTPATH/STATUS"
>
> +# Get COMMITTERS from trunk so email addresses are current.
> +${SVN:-svn} cat "http://svn.apache.org/repos/asf/subversion/trunk/COMMITTERS" \
> + > $DISTPATH/COMMITTERS
> +

Man, people always use 'svn cat' instead of 'svn export'. Just think,
you could avoid the ">" operator. (Plus, it honors the svn:executable
property ... not that this is needed for COMMITTERS.)

Peter
Received on 2010-01-21 21:52:42 CET

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.