You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Jens Gassmann <je...@atomix.de> on 2006/07/05 10:17:07 UTC

Howto detect / set other Encoding

Hi,

i convert some files with recode from iso8859-1 to utf-8. When i try to 
stat or commit the files, subversion detects no changes :-(

Howto tell subversion, the new encoding?

Regards,
Jens

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: Howto detect / set other Encoding

Posted by Ryan Schmidt <su...@ryandesign.com>.
On Jul 5, 2006, at 12:17, Jens Gassmann wrote:

> i convert some files with recode from iso8859-1 to utf-8. When i  
> try to stat or commit the files, subversion detects no changes :-(
>
> Howto tell subversion, the new encoding?

Did your conversion program perhaps "helpfully" keep the timestamp of  
the file the same? If so, that's why Subversion may have ignored it.  
Try "touch <file>" to update the timestamp.

Alternatively, perhaps the file contains only ASCII characters and is  
therefore identical whether represented in iso-8859-1 or utf-8 and  
therefore there really are no changes to commit?



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org