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

Re: svn commit: r32924 - trunk/tools/client-side

From: Fabien COELHO <fabien_at_coelho.net>
Date: Fri, 5 Sep 2008 16:34:55 +0200 (CEST)

> (_svn, _svnadmin): Use '+=' for appending to variables and fix indentation.

That looks good, but it is bash-3 specific:-(

shell> echo $BASH_VERSION
2.05b.0(1)-release

shell> foo=bla
shell> foo+=bli
-bash: foo+=bli: command not found

shell> svn <TAB>

-bash: cmds+= commit ci copy cp delete remove rm diff export help import: command not found
-bash: cmds+= info list ls lock log merge mergeinfo mkdir move mv rename: command not found
-bash: cmds+= propdel pdel propedit pedit propget pget proplist plist: command not found
-bash: cmds+= propset pset resolve resolved revert status switch unlock: command not found
-bash: cmds+= update: command not found
-bash: optsParam+=|-x|--extensions|-m|--message|-F|--file: command not found
-bash: optsParam+=|--encoding|--diff-cmd|--diff3-cmd|--editor-cmd: command not found
-bash: optsParam+=|--old|--new|--config-dir|--native-eol|-l|--limit: command not found
-bash: optsParam+=|-c|--change|--depth|--set-depth|--with-revprop: command not found
-bash: optsParam+=|--changelist|--accept|--show-revs: command not found

-- 
Fabien.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-09-05 16:34:51 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.