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

Re: Patch: Fixed length keyword string expansion

From: Jani Averbach <jaa_at_jaa.iki.fi>
Date: 2004-10-14 19:14:04 CEST

On 2004-10-14 10:14-0600, Jani Averbach wrote:
>
> I would like to see that we somehow mark truncated keywords, by
> putting some special character at the end of the string or by putting '$'
> immediately after value, when it is truncated.

And of course putting '$' immediately after value won't fly: if we
have a space in the value, and truncation happens just after space,
you can't tell if keyword is truncated or not.

So we should use some special character as marker:

1) if a keyword is untruncated, it will end ' $'
2) if the keyword is truncated, it will end '#$'

?

BR, Jani

-- 
Jani Averbach
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Oct 14 19:14:25 2004

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.