Re: [PATCH] Re: "Revision" case-sensitive in svn:keywords
From: John Peacock <jpeacock_at_rowman.com>
Date: 2005-02-08 13:36:57 CET
Max Bowsher wrote:
This seems doable in svn_wc_prop_set2 and it would deal with both of our
I wish I could say I could do this (since keywords seem to be my obsession), but
Anyone wanting to do this [bite-sized task] should look at the following section
if (kind == svn_node_file && strcmp (name, SVN_PROP_KEYWORDS) == 0)
and extend that if into a block which parses the value into tokens and then
My personal preference would be to expand the tokens to be the LONG variants,
John
-- John Peacock Director of Information Research and Technology Rowman & Littlefield Publishing Group 4720 Boston Way Lanham, MD 20706 301-459-3366 x.5010 fax 301-429-5747 --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Tue Feb 8 13:37:49 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.