[PATCH] Issus 2332, "$Date$" Keywords always expand with their UTF-8 content
From: Hanjy <hanjingyu_at_gmail.com>
Date: 2005-12-06 14:38:50 CET
Now, i write a patch to repair it. I hope the issus is repaired in next
Open file libsvn_subr/subst.c, find the:====================
case 'D': /* long format of date of this revision */
replace with: =====================
case 'D': /* long format of date of this revision */
apr_time_exp_t exploded_time;
apr_time_exp_lt (&exploded_time, date);
human = apr_psprintf (pool, "%04d-%02d-%02d %02d:%02d:%02d
human_timestamp_weekday_names[exploded_time.tm_wday],
human_timestamp_month_names[exploded_time.tm_mon],
svn_stringbuf_appendcstr (value, human);
|
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.