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

Re: svn commit: r16028 - trunk/contrib/client-side

From: Peter Samuelson <peter_at_p12n.org>
Date: 2005-09-03 04:13:32 CEST

> On 9/2/05, archiecobbs@tigris.org <archiecobbs@tigris.org> wrote:
> > @@ -558,7 +558,7 @@
> > [ $? = 0 ] || usage
> > set -- ${ARGS}
> >
> > -for i; do
> > +for i in "$@"; do
> > case "$i" in
> > -f)
> > SVN_MERGE_COMMIT_FILE="$2"

[David James]
> Should we nominate this for 1.2.4?

Should be quite harmless. But I thought the original construct was
portable. What shells don't implement it? All the ones I've got in
arms' reach do. (Well, except csh.)

Received on Sat Sep 3 04:14:24 2005

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.