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

Re: failure during string recode ;)

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2003-08-01 13:39:20 CEST

Stephan Hermann <sh@sourcecode.de> writes:

> On Thursday 31 July 2003 22:27, Philip Martin wrote:
>> Stephan Hermann <sh@sourcecode.de> writes:
>> > subversion/libsvn_client/commit.c:292: (apr_err=22)
>> > svn: Invalid argument
>> > svn: error during import of
>> > `testrepos/content/mediaways/webguides/entertainment/filmreporter/trailer
>> >' subversion/libsvn_subr/utf.c:173: (apr_err=22)
>> > svn: failure during string recoding
>> > subversion/clients/cmdline/util.c:364: (apr_err=22)
>> > svn: Your commit message was left in a temporary file:
>> > subversion/clients/cmdline/util.c:364: (apr_err=22)
>> > svn: 'svn-commit.14.tmp'
>>
>> This is most likely to be caused by a file or directory in the
>> directory
>>
>> testrepos/content/mediaways/webguides/entertainment/filmreporter/trailer
>>
>> that has a name that contains characters that cannot be converted from
>> your current locale into UTF-8.
>>
>> Yes, it's a crap error message :-(
>
> well, but it can't be, that this filename is different from another.

Feel free to debug it yourself

$ gdb svn
(gdb) b main
(gdb) r import path URL
Breakpoint 1, main
(gdb) b utf.c:173
(gdb) c
Breakpoint 2, convert_to_stringbuf
(gdb) p src_data
(gdb) bt

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Aug 1 13:40:11 2003

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.