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

Re: i18n + svn:keywords substitution may break future python scripts

From: Grzegorz Adam Hankiewicz <gradha_at_titanium.sabren.com>
Date: 2005-06-19 12:02:17 CEST

On 2005-06-18, Grzegorz Adam Hankiewicz <gradha@titanium.sabren.com> wrote:
> The script can be found at:
>
> http://svn.berlios.de/wsvn/ftr/trunk/frequent-task-reminder.py?op=file&rev=0&sc=0

Here's a test case:

  [gradha@noir:0] [~]$ export LANG="en_GB"
  [gradha_at_noir:0] [~]$ svn cat -r 58 svn://svn.berlios.de/ftr/trunk/frequent-task-reminder.py|grep __date__
  __date__ = "$Date: 2005-06-18 01:07:56 +0200 (Sat, 18 Jun 2005) $"
  [gradha@noir:0] [~]$ export LANG="es_ES"
  [gradha_at_noir:0] [~]$ svn cat -r 58 svn://svn.berlios.de/ftr/trunk/frequent-task-reminder.py|grep __date__
  __date__ = "$Date: 2005-06-18 01:07:56 +0200 (sáb, 18 jun 2005) $"
  [gradha@noir:0] [~]$ svn --version
  svn, versión 1.1.4 (r13838)
     compilado May 13 2005, 06:29:47
  ...

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sun Jun 19 12:04:37 2005

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.