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

LastChangedDate format problem in subversion

From: Pekka Niiranen <pekka.niiranen_at_wlanmail.com>
Date: 2005-04-30 10:40:27 CEST

Hi there,

I am using $LastChangedDate keyword to automatically stamp
my sourcefiles in repository like this:

#!/usr/bin/python
# $LastChangedDate: 2005-04-05 18:10:11 +0300 (ti, 05 huhti 2005) $

The problem is that the source files must contain only USASCII strings but
Window's Long Date Format gives month names in my natural language.

How can I configure the $LastChangedDate format to either:
- use english month names or
- skip month name all together like:
   $LastChangedDate: 2005-04-05 18:10:11 +0300
   instead of
   $LastChangedDate: 2005-04-05 18:10:11 +0300 (ti, 05 huhti 2005)

-pekka-

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sun May 1 04:18:16 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.