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

2010-05-06 Thread Peter Samuelson
> Bugfix for handling variables with spaces in filenames > > * contrib/client-side/asvn > (main): uses "$@" instead of $@ > > patch by joerg.steffens < at > dass-it.de r941728. Even though, as Hyrum says, we are not really maintaining the 'contrib' tree anymore ... this patch is simple and o

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

2010-05-06 Thread Jörg Steffens
[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";; >>

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

2010-05-05 Thread 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

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

2010-05-05 Thread Jörg Steffens
[[[ Bugfix for handling variables with spaces in filenames * contrib/client-side/asvn (main): uses "$@" instead of $@ patch by joerg.steffens < at > dass-it.de ]]] Index: contrib/client-side/asvn === --- contrib/client-side/asvn