From users-return-16678-apmail-subversion-users-archive=subversion.apache.org@subversion.apache.org Thu Nov 15 10:50:53 2012 Return-Path: X-Original-To: apmail-subversion-users-archive@minotaur.apache.org Delivered-To: apmail-subversion-users-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id EAD4CD901 for ; Thu, 15 Nov 2012 10:50:52 +0000 (UTC) Received: (qmail 12068 invoked by uid 500); 15 Nov 2012 10:50:52 -0000 Delivered-To: apmail-subversion-users-archive@subversion.apache.org Received: (qmail 11966 invoked by uid 500); 15 Nov 2012 10:50:51 -0000 Mailing-List: contact users-help@subversion.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list users@subversion.apache.org Received: (qmail 11937 invoked by uid 99); 15 Nov 2012 10:50:50 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Nov 2012 10:50:50 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of zapparello@yandex.ru designates 84.201.187.147 as permitted sender) Received: from [84.201.187.147] (HELO forward2h.mail.yandex.net) (84.201.187.147) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Nov 2012 10:50:43 +0000 Received: from web14h.yandex.ru (web14h.yandex.ru [84.201.186.43]) by forward2h.mail.yandex.net (Yandex) with ESMTP id 65B967002A5 for ; Thu, 15 Nov 2012 14:50:21 +0400 (MSK) Received: from 127.0.0.1 (localhost.localdomain [127.0.0.1]) by web14h.yandex.ru (Yandex) with ESMTP id 18D1D43700B7; Thu, 15 Nov 2012 14:50:21 +0400 (MSK) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1352976621; bh=+qZIt2bn6D96u1F3CYyAxiq3fIrK2bmVXQJagVVdTK4=; h=From:To:Subject:Date; b=VJdKk4tOlcZOtfAO9fIxeYG4rNWKAtt9mLMbOPRn5hPkm/JAFfKqnVlpOaw/ko885 6cvpdvllZoAXBKGKxoW8EQvouH9ZAhiEoBbffWskFh4GI+Lwk9r2Iy4v5XSoDVjDKM 7q4wft8NGc4DxjeH2TLSJSEEj1w59iN7HyDgN0OM= Received: from [178.130.18.10] ([178.130.18.10]) by web14h.yandex.ru with HTTP; Thu, 15 Nov 2012 14:50:20 +0400 From: =?koi8-r?B?+sHCz8zP1M7ZyiDhzsTSxco=?= To: users@subversion.apache.org Subject: Renaming UTF-8 file names is broken MIME-Version: 1.0 Message-Id: <1726671352976620@web14h.yandex.ru> Date: Thu, 15 Nov 2012 14:50:20 +0400 X-Mailer: Yamail [ http://yandex.ru ] 5.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=koi8-r X-Virus-Checked: Checked by ClamAV on apache.org 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. 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? -- Andrew