[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: Peter Samuelson <peter_at_p12n.org>
Date: Wed, 5 May 2010 12:28:29 -0500

[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?
Received on 2010-05-05 19:28:08 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.