You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Cédric Chabanois <cc...@no-log.org> on 2004/10/09 12:11:32 UTC

svn ls

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.

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)


Note : I am using svn 1.1.0 (r11180) on windows

Cédric

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: svn ls

Posted by "Peter N. Lundblad" <pe...@famlundblad.se>.
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