15.11.2012, 17:14, "Daniel Shahaf" : > You could try 'svn rename URL URL'. > > What filesystem is your working copy on? > > úÁÂÏÌÏÔÎÙÊ áÎÄÒÅÊ wrote on Thu, Nov 15, 2012 at 14:50:20 +0400: > >> š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? svn rename URL1 URL2 results in a similar error: # svn rename "https://xxx.yyy.ru/svn/óõ áëâ/tools/AVR/ðÁÍÑÔØAVR" "https://xxx.yyy.ru/svn/óõ áëâ/doc/forth-asm/ëÁÒÔÁ ÐÁÍÑÔÉ.txt" svn: E160013: File not found: transaction '12-n', 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: E160013: Your commit message was left in a temporary file: svn: E160013: 'svn-commit.tmp' The file system is ext4. -- ó Õ×ÁÖÅÎÉÅÍ, áÎÄÒÅÊ