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

commit/import failed during non-ascii log text

From: Vladimir Lapshin <alter_at_isc.tsu.ru>
Date: 2003-08-20 06:45:50 CEST

Hi there! Within 0.27.0(from tarball), 0.26.0(ports) under FreeBSD I
have such situation:
---(from my issue-post)---
svn commit: russian chars(koi8-r) in log forces commit failure;
english chars pass well.
shell script to reproduse:
svnadmin create /usr/local/svn/repos1
mkdir ~/work && touch ~/work/file
cd ~/work
svn import ///usr/local/svn/repos1 // with log message in
russian(koi8-r codepage) [you can replay with any non-ascii chars, I
think] cousing:
"svn-commit.tmp" 4 lines, 63 characters
svn: Invalid argument
svn: failure during string recoding
svn: Your commit message was left in a temporary
svn: 'svn-commit.tmp'
// if log message in ascii codepage, all is fine.
// btw, the same applyed to 'svn commit'
---(from my issue-post)---

------- Additional Comments From kfogel@tigris.org 2003-08-19 11:31 PDT -------
This is usually a locale problem. Can you post it to
users@subversion.tigris.org? If there turns out to be a real bug, we
can open an issue, but usually this sort of thing is just an
environment fix.

So, I sent my issue here...
Any comments, solutions, etc?...
I don't know what kfogel@tigris.org means, but
I want to log messages in my native language!

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Aug 20 14:55:37 2003

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.