Page 1 of 1

SVN Commit Failed

Posted: Mon Nov 20, 2006 1:00 am
by FaBMak
Hi,

I'm trying "svn commit" and i'm getting the follow error:
Transmitting file data .......................................svn: Commit failed (details follow):
svn: MERGE request failed on '/svn/repos/joomlabrasil/1.1'
svn: 'pre-commit' hook failed with error output:
exceptions.UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 7: ordinal not in range(128)
svn: Your commit message was left in a temporary file:
svn:    '/home/fabricio/joomla/1.1/svn-commit.tmp'


How can i fix this ?

Thank's.

FaBMak

Re: SVN Commit Failed

Posted: Mon Nov 20, 2006 11:04 am
by Tonie
I've asked some people if they know what this could mean.

Re: SVN Commit Failed

Posted: Tue Nov 21, 2006 3:32 pm
by pasamio
Heya FaBMak

As a stab it seems that you are trying to commit a Unicode file (special characters) when it appears that the file is ascii. I would suggest making it plain ASCII as Subversion support for Unicode appears to be limited. Either that or you are using some form of extended ascii (which starts with character 128). If possible rewrite your commit message and this should resolve the problem (limited SVN Unicode support). I hope this helps. :)

Kind Regards,
Sam