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

Re: Valid UTF-8 data ... followed by invalid UTF-8 sequence

From: Steve Whitson <steven.whitson_at_gmail.com>
Date: Tue, 19 Aug 2008 10:04:38 -0500

On Mon, Aug 18, 2008 at 11:29 PM, Ryan Schmidt <
subversion-2008c_at_ryandesign.com> wrote:

>
> On Aug 18, 2008, at 15:22, Steve Whitson wrote:
>
> I just built this installation of subversion 1.5.1 on linux. The sever is
>> apache 2.0.55. I created the repository on the linux server, setup the
>> correct apache config for this area and restarted the server.
>>
>> Every time I do a commit I get a "Valid UTF-8 ... followed by invalid
>> UTF-8 sequence". Although, the commit is successful anyway. Might this
>> have to do with the comment sent?
>>
>> I've tried the built svn commad line, and tortoise (vesion 1.5.0), and
>> both report the same error. All I'm trying to do is create the initial
>> branches, tags and trunk folders (in this test configuration).
>>
>> This is totally english, no other locals are involved.
>>
>> Any ideas?
>>
>> I did these same steps on solaris and didn't run into these problems.
>> Apache 2.2 is serving things just fine there.
>>
>
> The error message should be showing you what sequence of bytes wasn't
> considered to be valid UTF-8. What's that sequence of bytes -- what's the
> complete error message?
>
>
> Here's some more errors, from the apache log...

When I try to create a folder using the Tortoise repo-browser I get these
errors

[Tue Aug 19 09:58:18 2008] [error] [client 10.10.15.30] Could not MERGE
resource "/svncm/testA/!svn/act/4e36833a-8500-f346-8c94-8eaa8d15a688" into
"/svncm/testA/trunk". [409, #0]
[Tue Aug 19 09:58:18 2008] [error] [client 10.10.15.30] An error occurred
while committing the transaction. [409, #22]
[Tue Aug 19 09:58:18 2008] [error] [client 10.10.15.30] Valid UTF-8
data\n(hex: 30)\nfollowed by invalid UTF-8 sequence\n(hex: a4 01) [409,
#22]

When I try to create a folder using the svn client I get these errors

[Tue Aug 19 10:00:42 2008] [error] [client 10.10.10.175] Could not MERGE
resource "/svncm/testA/!svn/act/470d2739-ee01-463c-8deb-0c69691098fc" into
"/svncm/testA/trunk". [409, #0]
[Tue Aug 19 10:00:42 2008] [error] [client 10.10.10.175] An error occurred
while committing the transaction. [409, #22]
[Tue Aug 19 10:00:42 2008] [error] [client 10.10.10.175] Valid UTF-8
data\n(hex: 30)\nfollowed by invalid UTF-8 sequence\n(hex: a4 01) [409,
#22]
[Tue Aug 19 10:00:43 2008] [error] [client 10.10.10.175] Could not DELETE
/svncm/testA/!svn/act/470d2739-ee01-463c-8deb-0c69691098fc. [500, #0]
[Tue Aug 19 10:00:43 2008] [error] [client 10.10.10.175] could not open
transaction. [500, #2]
[Tue Aug 19 10:00:43 2008] [error] [client 10.10.10.175] Can't open file
'/home2/web/svntestdbs/testA/db/transactions/8-8.txn/props': No such file or
directory [500, #2]

Any ideas? Thanks much,
   -Steve
Received on 2008-08-19 17:05:10 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.