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

Re: making the "rXXXX" convention official

From: Files <files_at_poetryunlimited.com>
Date: 2003-11-10 20:07:18 CET

Agreed - the issue is when the underlying platform starts using the |
character all of a sudden.

For example, recently, PHP started using the regexes for their split() function.

They did not do so in the past. So anywhere there was a meta-character used,
it broke the code. In the subversion example, I had to go back through and add
\| everywhere.

Just pointing out that subversion might not be causing the problem but we
might be mitigating it. :)

I agree on the user-friendliness part. Just wondering if we could have used -
instead maybe? Just a thought in passing.

- is only a character class meta-character.

Doesn't matter. I'm just musing out loud. Don't mind me.

-- 
Shamim Islam
BA BS
kfogel@collab.net said:
> "Files" <files@poetryunlimited.com> writes:
> We have been using "|" as a separator since the first 'svn log'
> output.  The only difference is that now we're using it in the one
> place left where it wasn't used.
>
> We are balancing regexp friendliness against human-eye friendliness.
>
> This won't hurt anyone who actually tests their code.
>
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Nov 10 20:09:31 2003

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.