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

Re: [PATCH] Repository root relative support for the command-line client

From: Karl Fogel <kfogel_at_red-bean.com>
Date: Tue, 29 Apr 2008 12:23:13 -0400

"Bert Huijben" <bert_at_qqmail.nl> writes:
>> So in zsh with 'setopt extendedglob' enabled, there's a problem, but
>> nowhere else do we know of a problem. Is that a correct summary?
>
> cmd.exe (The default command prompt on Windows NT and newer) uses ^ as
> escape for the following character (As was noted in one of the early notes
> on using this syntax)
>
> In most cases one has to double the ^ to pass the ^ itself to the called
> program (When the ^ is passed in a quoted argument the ^ is passed directly)

All right, so:

   * PROBLEM: zsh with 'setopt extendedglob' enabled
     ANSWER: quote it in single quotes ('^')

   * PROBLEM: cmd.exe
     ANSWER: double it

Any others?

I'm assuming we considered other possibilities and decided "^" was still
the best character available. If so, then we just need to document the
above and live with it.

-Karl

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-04-29 18:23:56 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.