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

Re: Problems with importing large tree

From: Ulrich Eckhardt <eckhardt_at_satorlaser.com>
Date: 2004-03-19 17:04:45 CET

Sławek Żak wrote:
> I get this message when importing ~200MB tree to the repository:

Just wondering, does the size have anything to do with the error-message?

> svn: Can't recode string
> svn: Your commit message was left in a temporary file:
> svn: 'svn-commit.6.tmp'

Subversion stores commit-messages in UTF-8. It uses the currently selected
locale to convert the user's unput to UTF-8 and (wildly guessing) chokes an
8bit chars in your commit-message that should represent special
polish/cyrillic/non-ASCII glyhs. Make sure that you have a proper locale
selected (on Debian, via LC_CTYPE, AFAIR, see 'man locale').

good luck

Uli

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Mar 19 17:05:22 2004

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.