[PEAK] setuptools and subversion 1.4

Michael Twomey micktwomey at gmail.com
Mon Sep 18 05:53:56 EDT 2006


On 9/17/06, Phillip J. Eby <pje at telecommunity.com> wrote:
> Alas, my understanding is that the output from "svn info" is
> locale-specific; in fact we used to use that, then switched to parsing
> "entries".

I may have missed something, but isn't the output from "svn info
--xml" locale neutral?

$ LC_ALL=de_DE.utf-8 svn info
Pfad: .
URL: http://svn.python.org/projects/sandbox/trunk/setuptools
Basis des Projektarchivs: http://svn.python.org/projects
UUID des Projektarchivs: 6015fed2-1504-0410-9fe1-9d1591cc4771
Revision: 51339
Knotentyp: Verzeichnis
Plan: normal
Letzter Autor: phillip.eby
Letzte geänderte Rev: 51243
Letztes Änderungsdatum: 2006-08-13 18:42:59 +0100 (So, 13 Aug 2006)

$ LC_ALL=de_DE.utf-8 svn info --xml
<?xml version="1.0"?>
<info>
<entry
   kind="dir"
   path="."
   revision="51339">
<url>http://svn.python.org/projects/sandbox/trunk/setuptools</url>
<repository>
<root>http://svn.python.org/projects</root>
<uuid>6015fed2-1504-0410-9fe1-9d1591cc4771</uuid>
</repository>
<wc-info>
<schedule>normal</schedule>
</wc-info>
<commit
   revision="51243">
<author>phillip.eby</author>
<date>2006-08-13T17:42:59.361728Z</date>
</commit>
</entry>
</info>

cheers,
  Michael


More information about the PEAK mailing list