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

RE: [PATCH] Fix issue #2068

From: Bert Huijben <rhuijben_at_sharpsvn.net>
Date: Thu, 12 Mar 2009 11:03:35 +0100

> -----Original Message-----
> From: Senthil Kumaran S [mailto:senthil_at_collab.net]
> Sent: donderdag 12 maart 2009 10:09
> To: dev_at_subversion.tigris.org
> Subject: [PATCH] Fix issue #2068
>
> Hi,
>
> The attached patch gives a solution to fix issue #2068, though this is not
> backward compatible with earlier versions of subversion.
>
> [[[
> Fix issue #2068.
>
> NOTE: This is not backward compatible.
>
> * subversion/libsvn_subr/config_file.c
> (svn_config_ensure): Change the delimiter between properties to '|'
> from ';' in default config file.

Maybe we should use a double semicolon as escape sequence for passing a
semicolon. I don't like the idea of breaking all old config files, registry
settings, etc..

This fix only removes the semicolon problem, but it breaks putting |
characters in properties.

        Bert

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=1312094
Received on 2009-03-12 11:03:53 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.