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

svnlook: non ascii file names - error unable to convert to/from UTF-8

From: Filip Kolendo <filip.kolendo_at_primesoft.pl>
Date: Thu, 10 Apr 2008 17:27:28 +0200

Hello all,

in the repository there are files (and directories) with Polish names.
Eg. file name contains Polish character LATIN SMALL LETTER O WITH ACUTE,
utf-8 hex c3 b3

svn status
     K telefon?\195?\179w.txt

I want to write a post-lock script in which I have to call svnlook for
details.
I don't know how I should code the non-ascii characters.

I tried:
 
svnlook lock REPOS_PATH telefonów.txt

answer:
svn: Safe data 'PROJECT\03_PLOT_PLAN\telefon' was followed by non-ASCII
byte 243
: unable to convert to/from UTF-8

svnlook lock REPOS_PATH telefon%c3%b3w.txt

empty answer - seems file was not found.

svnlook lock REPOS_PATH telefon?\195?\179w.txt

empty answer - seems file was not found.

Have no idea for next guesses...
Thanks for any help,

Filip

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-04-10 17:08:50 CEST

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

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