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

Re: [PATCH] Re: "Revision" case-sensitive in svn:keywords

From: John Peacock <jpeacock_at_rowman.com>
Date: 2005-02-07 22:12:57 CET

kfogel@collab.net wrote:

> Aren't they all case-sensitive in the working file, but
> case-insensitive in the property value?
>

See subst.c:translate_keyword_subst(), which uses strncmp() exclusively
when translating (hence you are correct that it is case-sensitive in the
working file). However, see subst.c:build_keywords(), which uses
strcmp() for the long and medium forms and strcasecmp() for the short forms.

John

-- 
John Peacock
Director of Information Research and Technology
Rowman & Littlefield Publishing Group
4501 Forbes Boulevard
Suite H
Lanham, MD  20706
301-459-3366 x.5010
fax 301-429-5748
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Feb 7 22:13:50 2005

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.