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

Re: [PATCH] comment stripping in config files

From: Martin Furter <mf_at_rola.ch>
Date: 2006-04-28 18:51:50 CEST

On Thu, 27 Apr 2006, Justin Erenkrantz wrote:

> On 4/27/06, Peter N. Lundblad <peter@famlundblad.se> wrote:
>> If we add comment stripping for values to the config parser, how would you add
>> a value with # characters?
>
> Do you have an example of this?

I guess ~/.subversion/config will be affected too?

global-ignores = *.*~* *.bak *.obj *.tds *.csm *.#* *.old *.sav ...

> We already have # as the comment field in the rest of the file. It's
> pretty standard practice for Unix shells to treat everything after a #
> as a comment. -- justin

$ echo a#b #c
a#b

There is a whitespace needed before the # (at least in bash).

Just my SFR 0.02 ;)
Martin

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Apr 28 18:52:14 2006

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.