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