[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: Blair Zajac <blair_at_orcaware.com>
Date: 2005-09-03 04:48:49 CEST

Peter Samuelson wrote:
>>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.)

This was reported from a Solaris box, so we put the change in.

Regards,
Blair

-- 
Blair Zajac, Ph.D.
<blair@orcaware.com>
Subversion and Orca training and consulting
http://www.orcaware.com/svn/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Sep 3 04:49:45 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.