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

Re: [PATCH] contrib/client-side/asvn: fixes handling of filenames with spaces

From: Jörg Steffens <joerg.steffens_at_dass-it.de>
Date: Thu, 06 May 2010 10:47:15 +0200

[Peter Samuelson]
> [Jörg Steffens]
>> * contrib/client-side/asvn
>> (main): uses "$@" instead of $@
>
> That's fine.
>
>> @@ -384,16 +412,17 @@
>> case "$1" in
>> checkout|co) CHDIR=true; ACTION="post";;
>> commit|ci) ACTION="pre";;
>> + status|st) ACTION="pre";;
>> switch|sw) ACTION="post";;
>> update|up) ACTION="post";;
>> *);;
>
> Was this supposed to be part of the patch?

you are right. This part should be a separate patch.
New patch is attached.

Same description as before:
[[[
Bugfix for handling variables with spaces in filenames

* contrib/client-side/asvn
  (main): uses "$@" instead of $@

patch by joerg.steffens < at > dass-it.de
]]]

-- 
  Jörg Steffens            joerg.steffens_at_dass-it.de
  dass IT GmbH             Phone: +49.221.3565666-91
  http://www.dass-IT.de      Fax: +49.221.3565666-10
 Sitz der Gesellschaft: Köln | Amtsgericht Köln: HRB52500
 Geschäftsführer: S. Dühr, M. Außendorf, Jörg Steffens, P. Storz

Received on 2010-05-06 10:48:06 CEST

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.