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

Re: Client relative url support infrastructure and merge implementation

From: Vincent Lefevre <vincent+svn_at_vinc17.org>
Date: 2007-12-18 15:41:17 CET

On 2007-12-18 12:23:47 +0100, Branko Čibej wrote:
> Greg Lutz wrote:
> > Looking along the top row of my keyboard, I wonder whether "+" or "="
> > might be reasonable alternatives to "^". In *nix, they're all about
> > equally metacharacterish.
>
> + is sometimes special on Windows. = seems to be safe, so does % (which
> is a job control shortcut in bash, but only at the beginning of a line)

I don't have the whole thread, but if '=' is the first character of
a word, it has a special (and very useful) meaning with zsh. FYI:

vin:~> zsh -f
vin% echo ^ab
^ab
vin% echo +ab
+ab
vin% echo =ab
/usr/sbin/ab
vin% echo %ab
%ab

-- 
Vincent Lefèvre <vincent_at_vinc17.org> - Web: <http://www.vinc17.org/>
100% accessible validated (X)HTML - Blog: <http://www.vinc17.org/blog/>
Work: CR INRIA - computer arithmetic / Arenaire project (LIP, ENS-Lyon)
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Dec 18 15:41:37 2007

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.