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

RE: LastChangedDate format problem in subversion

From: Crucius, Wesley <WCrucius_at_sandc.com>
Date: 2005-05-02 17:16:57 CEST

Are you aware that that "in the repository", the source files actually
contain ONLY "$LastChangedRevision$" and NOT "$LastChangedDate:
2005-04-05 18:10:11 +0300 (ti, 05 huhti 2005) $"? The substitution is
actually taking place at the client side, so maybe you don't even have a
problem... It depends on how/when/where the property is being used.

Wes

-----Original Message-----
From: Pekka Niiranen [mailto:pekka.niiranen@wlanmail.com]
Sent: Saturday, April 30, 2005 3:40 AM
To: users@subversion.tigris.org
Subject: LastChangedDate format problem in subversion

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

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon May 2 17:19:05 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.