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

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

From: Filip Kolendo <filip.kolendo_at_primesoft.pl>
Date: Fri, 11 Apr 2008 13:02:03 +0200

Filip Kolendo wrote, On 2008-04-10 17:27:
> 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
>

ok - I found the answer...
[http://www.changelogic.com/FrequentlyAskedQuestions#h72-1931138746]

Safe data 'Foo bar bar foo' was followed by non-ASCII byte XXX: unable
to convert to/from UTF-8

Make sure your environment variable APR_ICONV_PATH points to directory
iconv under your Subversion client installation directory, e.g.
C:\Program Files\Subversion\iconv

I think it should be added to svn-book.

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-11 12:43:17 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.