Page 1 of 1

Error with TortoiseSVN Commit Action

Posted: Mon Dec 18, 2006 8:08 pm
by enzo
I just got this issue for the firs time i'm using svn for translating, and now this error shows up and i tried for like few times to commit the modified file to the project but not in able because of this error shows up, and i dont know how to deal with it... Can anyone help?

Modified: Desktop\Bosanski\administrator\language\bs-BA\bs-BA.com_users.ini 
Sending content: Desktop\Bosanski\administrator\language\bs-BA\bs-BA.com_users.ini 
Error: Commit failed (details follow): 
Error: MERGE request failed on '/svn/repos/bosnian/administrator/language/bs-BA' 
Error: 'pre-commit' hook failed with error output: 
Error: exceptions.UnicodeDecodeError: 'ascii' codec can't decode byte 0xc5 in position 28: ordinal not in range(128) 

Edit: Yesterday I have translated whole frontend and, i havent get any problems with mergeing the files, the same way as i'm now trying to do with this file...

Re: Error with TortoiseSVN Commit Action

Posted: Mon Dec 18, 2006 8:35 pm
by friesengeist
enzo wrote:Error: MERGE request failed on '/svn/repos/bosnian/administrator/language/bs-BA' 
Error: 'pre-commit' hook failed with error output: 
Error: exceptions.UnicodeDecodeError: 'ascii' codec can't decode byte 0xc5 in position 28: ordinal not in range(128) 


Two things I can think of:
1. Have you done an "Update" before you tried to commit? Maybe there were changes to the repository by someone else, which could not automatically be merged.
2. Maybe you have some UTF-8 chars in your commit message? They should work fine, but I've seen another report about this.

Re: Error with TortoiseSVN Commit Action

Posted: Mon Dec 18, 2006 11:24 pm
by enzo
Thank you very very much indeed, the last thing i could ever think about was that i typed utf-8 character into the commit message... huh. And i was like trying few times but always would choose the same commit message from the history :( anyway it worked ok with former version of the TortoiseSVN i guess...

THANKS AGAIN