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

Re: svn ls

From: Peter N. Lundblad <peter_at_famlundblad.se>
Date: 2004-10-10 17:56:39 CEST

On Sat, 9 Oct 2004, Cédric Chabanois wrote:

> F:\Programmation\Projets\subversion\subversion-svn>svn ls -v
> 9086 kfogel 4292 mars 16 2004 BUGS
> 10359 breser 75532 juil. 19 19:48 CHANGES
> 10059 kfogel 4986 juin 23 16:19 COMMITTERS
> svn: Safe data:
> "d"
> ... was followed by non-ASCII byte 233.
>
> Non-ASCII character detected (see above), and unable to convert to/from
> UTF-8
>
>
> I see two problems here :
>
> 1) I am trying to parse the ouput.
> date is localized
> date length is sometimes 13 and sometimes 14. This makes me hard to
> parse the line.
>
You can set LC_TIME to C.

> 2) there is a problem with COPYING file
> F:\Programmation\Projets\subversion\subversion-svn>svn ls -v COPYING
> svn: Safe data:
> "d"
> ... was followed by non-ASCII byte 233.
>
> Non-ASCII character detected (see above), and unable to convert to/from
> UTF-8
>
> 233 is "é" character.
> Because COPYING last changed date is december 2003 (Décember in French)
>
Hmmm, I can't see anything obvious in ls_cmd.c, but I'll investigate more.
Is libiconv set up correctly?

Thanks,
//Peter

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Oct 10 17:41:52 2004

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.