I need svn log to show date information in English locale, despite I'm working on non-English Windows. Is there any way to force English? I've tried to set LANG=C and LANGUAGE=C but this does not help:
E:\work\>set lang
LANG=C
LANGUAGE=C
E:\work\>svn --version
svn, version 1.8.11-SlikSvn-1.8.11-X64 (SlikSvn/1.8.11) X64
compiled Dec 9 2014, 13:44:31 on x86_64-microsoft-windows6.2.9200
Copyright (C) 2014 The Apache Software Foundation.
This software consists of contributions made by many people;
see the NOTICE file for more information.
Subversion is open source software, see http://subversion.apache.org/
The following repository access (RA) modules are available:
* ra_svn : Module for accessing a repository using the svn network protocol.
- with Cyrus SASL authentication
- handles 'svn' scheme
* ra_local : Module for accessing a repository on local disk.
- handles 'file' scheme
* ra_serf : Module for accessing a repository via WebDAV protocol using serf.
- using serf 1.3.8
- handles 'http' scheme
- handles 'https' scheme
E:\work\>svn log -l1
------------------------------------------------------------------------
r3663 | bialix | 2015-04-03 14:06:04 +0300 (Пт, 03 апр 2015) | 1 line
...
As you can see in the last line I have date in Russian, I need it in English.
I don't want to use svn log --xml
that's too much to what I need.