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

Re: Problems updating repository from 1.1 to 1.4.5: Can't convert string from native encoding to 'UTF-8'

From: Ryan Schmidt <subversion-2007b_at_ryandesign.com>
Date: 2007-10-23 01:39:41 CEST

On Oct 22, 2007, at 17:38, Pepe Barbe wrote:

> I am having problems serving an SVN repository via webdav that was
> converted from svn-1.1.0 based on bdb to svn-1.4.5 based on fsfs.
>
> The repository has been converted successfully and accessing it via
> http or svn+ssh does not present any problems. The problems arise when
> trying to commit files via webdav (Checking out or updating works
> fine). This is what I get:

Subversion over http is webdav... so I'm not sure what distinction
you're trying to make here.

> pepe@pepe-linux> svn commit
>
> Adding test2
> Transmitting file data .svn: Commit failed (details follow):
> svn: MERGE request failed on '/repo/ts/trunk/server'
> svn: Can't convert string from native encoding to 'UTF-8':

This often happens if your LANG environment variable is not set
correctly for your terminal. Is it?

> svn: Your commit message was left in a temporary file:
> svn: '/home/pepe/tmp/server/svn-commit.2.tmp'
> zsh: exit 1 svn commit[Mon Oct 22 17:14:10 2007] [notice]
> Apache/2.0.61 (Unix) DAV/2 SVN/1.4.5 configured -- resuming normal
> operations
>
> On my test Apache server I get the following on the error log:
>
> [Mon Oct 22 17:15:06 2007] [error] [client 10.0.0.176] Could not
> DELETE /repo/!svn/act/10bd298a-5fdb-48f8-baf7-36556b775927. [500, #0]
> [Mon Oct 22 17:15:06 2007] [error] [client 10.0.0.176] could not abort
> transaction. [500, #22]
> [Mon Oct 22 17:15:06 2007] [error] [client 10.0.0.176] Transaction
> cleanup failed [500, #22]
> [Mon Oct 22 17:15:06 2007] [error] [client 10.0.0.176] Can't convert
> string from native encoding to 'UTF-8': [500, #22]
> [Mon Oct 22 17:15:06 2007] [error] [client 10.0.0.176]
> \x18?\\161\x1c\b?\\192bD@ [500, #22]
> [Mon Oct 22 17:16:02 2007] [error] [client 10.0.0.176] Provider
> encountered an error while streaming a REPORT response. [500, #0]
> [Mon Oct 22 17:16:02 2007] [error] [client 10.0.0.176] A failure
> occurred while driving the update report editor [500, #190004]
> [Mon Oct 22 17:16:58 2007] [error] [client 10.0.0.176] Could not MERGE
> resource "/repo/!svn/act/ce639f8d-0325-4d91-8100-aaa27646fbbf" into
> "/repo/ts/trunk/server". [409, #0]
> [Mon Oct 22 17:16:58 2007] [error] [client 10.0.0.176] An error
> occurred while committing the transaction. [409, #22]
> [Mon Oct 22 17:16:58 2007] [error] [client 10.0.0.176] Can't convert
> string from native encoding to 'UTF-8': [409, #22]
> [Mon Oct 22 17:16:58 2007] [error] [client 10.0.0.176]
> ?\\248?\\220!\b?\\192bD@?\\248?\\220!\b`?\\136"\b?\\184?\\221?\\255?
> \\191?\\213?\\215C@?\\216\x16\x1c\b?\\248?\\220!\b`?\\136"\b
> [409, #22]
> [Mon Oct 22 17:16:59 2007] [error] [client 10.0.0.176] Could not
> DELETE /repo/!svn/act/ce639f8d-0325-4d91-8100-aaa27646fbbf. [500, #0]
> [Mon Oct 22 17:16:59 2007] [error] [client 10.0.0.176] could not abort
> transaction. [500, #22]
> [Mon Oct 22 17:16:59 2007] [error] [client 10.0.0.176] Transaction
> cleanup failed [500, #22]
> [Mon Oct 22 17:16:59 2007] [error] [client 10.0.0.176] Can't convert
> string from native encoding to 'UTF-8': [500, #22]
> [Mon Oct 22 17:16:59 2007] [error] [client 10.0.0.176]
> x:\x1a\b?\\192bD@`:\x1a\b% [500, #22]
>
> Any ideas of what might be the issue?

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Oct 23 01:42:22 2007

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.