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

Re: Svn import

From: Ulrich Eckhardt <eckhardt_at_satorlaser.com>
Date: Mon, 12 Jul 2010 10:27:20 +0200

On Friday 09 July 2010, aneeja gerard wrote:
> Will svn import command allow special characters.

SVN deals with the whole Unicode range of characters, provided SVN and the
system are set up correctly.

> How to skip UTF error Followed by invalid UTF -8 sequence.

I guess the actual error (quote it next time, that helps against
misunderstandings) is that valid UTF-8 characters are followed by an invalid
UTF-8 sequence. This is typically the effect of assuming a UTF-8 filesystem
encoding while it actually is e.g. Latin-1.

> I guess these special characters are created if the locale is not set
> properly but unfotunately its set to en_US.UTF-8. How can such files
> that has these characters be included via svn import command.

Two options:
1. Adjust your locale.
2. Rename the files.

I personally would prefer a Unicode charset (i.e. UTF-8), so I would try to
rename the files, but just changing the locale for import and then switching
back may be the easier way out. Question: Does the file's name show up
correctly in e.g. the shell and file managers. If only SVN thinks the file's
name is garbled, you might have a different problem.

Uli

-- 
ML: http://subversion.tigris.org/mailing-list-guidelines.html
FAQ: http://subversion.tigris.org/faq.html
Docs: http://svnbook.red-bean.com/
Sator Laser GmbH, Fangdieckstraße 75a, 22547 Hamburg, Deutschland
Geschäftsführer: Thorsten Föcking, Amtsgericht Hamburg HR B62 932
**************************************************************************************
Sator Laser GmbH, Fangdieckstraße 75a, 22547 Hamburg, Deutschland
Geschäftsführer: Thorsten Föcking, Amtsgericht Hamburg HR B62 932
**************************************************************************************
           Visit our website at <http://www.satorlaser.de/>
**************************************************************************************
Diese E-Mail einschließlich sämtlicher Anhänge ist nur für den Adressaten bestimmt und kann vertrauliche Informationen enthalten. Bitte benachrichtigen Sie den Absender umgehend, falls Sie nicht der beabsichtigte Empfänger sein sollten. Die E-Mail ist in diesem Fall zu löschen und darf weder gelesen, weitergeleitet, veröffentlicht oder anderweitig benutzt werden.
E-Mails können durch Dritte gelesen werden und Viren sowie nichtautorisierte Änderungen enthalten. Sator Laser GmbH ist für diese Folgen nicht verantwortlich.
**************************************************************************************
Received on 2010-07-12 10:28:59 CEST

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.