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

svn ls

From: Cédric Chabanois <cchabanois_at_no-log.org>
Date: 2004-10-09 14:11:32 CEST

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
Received on Sat Oct 9 13:13:41 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.