[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Howto detect / set other Encoding

From: Ryan Schmidt <subversion-2006c_at_ryandesign.com>
Date: 2006-07-05 12:52:08 CEST

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
Received on Wed Jul 5 12:53:52 2006

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.