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

cli-repo-root-relative-support.txt update

From: Vincent Lefevre <vincent+svn_at_vinc17.org>
Date: Thu, 26 Mar 2009 13:04:13 +0100

Hi,

http://svn.collab.net/repos/svn/trunk/notes/cli-repo-root-relative-support.txt
says:

ISSUE: zsh with 'setopt extendedglob' enabled
WORKAROUND: quote it in single quotes ('^')

I suggest the following alternative:

WORKAROUND: escape it with a backslash (\^) or quote it in single quotes ('^')

I prefer the backslash way as it needs one less character to type. :)
But on some keyboards, the single quotes may be easier to type.

Also, of course, zsh could be configured (from the .zshrc) to recognize
the use of ^/ with svn and do not treat ^ as a special character in
such a case. But I don't know how to do that.

-- 
Vincent Lefèvre <vincent@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)
Received on 2009-03-26 13:04:29 CET

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.