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

Problems with non-unicode path

From: Alexander Gerasiov <gq_at_cs.msu.su>
Date: 2005-03-30 15:40:27 CEST

Hi there.

I found some bugs (I think so) in svn's work with non-UTF path:

I have the following file under revision control:
t1//a2/a2.package.cpp.macro
   ^^^^^^^^^^^^^^- cyrillic koi8-r

my console works in ru_RU.KOI8-R locale

1.
$svn diff
comand show the foillowing:

Index: t1/ИсходныеТексты/a2/a2.package.cpp.macro
===================================================================
--- t1/ИсходныеТексты/a2/a2.package.cpp.macro
(revision 0)
+++ t1/ИсходныеТексты/a2/a2.package.cpp.macro
(revision 0)
<...>

But filename in 8bit (ru_RU.KOI8-R) should be looking

t1//a2/a2.package.cpp.macro

2.if i do
$svn cp t1 t2
(svn cp WC->WC (WC->URL and URL->URL works fine)) svn fails with message

svn: Source 't2/ИсходныеТексты/a1' is not a directory

Should I add this to bugtracker at subversion.tigris.org? Or do you need
some more info?

Please reply to me personally, cause I'm not submitted to list.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Mar 30 16:53:35 2005

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.