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

Re: Renaming UTF-8 file names is broken

From: Stefan Sperling <stsp_at_elego.de>
Date: Thu, 15 Nov 2012 14:27:20 +0100

On Thu, Nov 15, 2012 at 02:50:20PM +0400, п≈п╟п╠п╬п╩п╬я┌п╫я▀п╧ п░п╫п╢я─п╣п╧ wrote:
> Hello!
>
> I've got an issue here. We have a lot of file names in repository using UTF-8 characters. All worked well till I decided to do move one of these files to another directory.

Hmm, that looks bad and unexpected.
Which version of Subversion (server and client) are you running?
Is a write-through proxy involved?

> The 'svn move' command worked fine. But when I tried to commit the transaction, that's what I've got:
>
> Adding doc/forth-asm/п п╟я─я┌п╟ п©п╟п╪я▐я┌п╦.txt
> svn: E155011: Commit failed (details follow):
> svn: E155011: File '/home/zap/projects/п║пё п░п п▒/doc/forth-asm/п п╟я─я┌п╟ п©п╟п╪я▐я┌п╦.txt' is out of date
> svn: E160013: File not found: transaction '12-m', path '/%D0%A1%D0%A3%20%D0%90%D0%9A%D0%91/doc/forth-asm/%D0%9A%D0%B0%D1%80%D1%82%D0%B0%20%D0%BF%D0%B0%D0%BC%D1%8F%D1%82%D0%B8.txt'
> svn: E155011: Your commit message was left in a temporary file:
> svn: E155011: '/home/zap/projects/svn-commit.tmp'
>
> It looks like it tries to access the file with the wrong filename containing all those %D0 etc, and naturally fails.
>
> Can this be worked around somehow, or it's a dead end?

You could try a URL->URL move, i.e. without using a working copy.
Maybe that will work around the issue.
Received on 2012-11-15 15:38:22 CET

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.