When adding a folder containing swedish characters, åäö, in svn an
error occurs. Adding a file containing swedish characters, works fine.
The "svn st" command both reports for the folder:
"?" == there is a folder that is not under version control
-and-
"!" == there is a folder that is under version control that does not
exist
However, checking out the repo to a Windows box works fine. I haven't
tried Ubuntu (yet).
Macintosh:test malo$ mkdir test1
Macintosh:test malo$ svn add test1/
A test1
Macintosh:test malo$ svn ci test1/ -m "first test"
Autentiseringsregion (realm): <https://xxx.xxx.xxx:443> Advisec
Subversion Logon
Lösenord för "user":
Lägger till test1
Arkiverade revision 12.
Macintosh:test malo$ svn st -v
11 11 user@KERB.REALM .
12 12 user@KERB.REALM test1
Macintosh:test malo$ mkdir testFOLDERåäö
Macintosh:test malo$ svn add testFOLDERåäö
A testFOLDERåäö
Macintosh:test malo$ svn st
? testFOLDERåäö
! testFOLDERåäö
Macintosh:test malo$ touch testFILEåäö
Macintosh:test malo$ svn add testFILEåäö
A testFILEåäö
Macintosh:test malo$ svn st
? testFOLDERåäö
A testFILEåäö
! testFOLDERåäö
Macintosh:test malo$
Client:
Mac OS X Leopard (however, the error occurred even in Tiger)
Subversion installed via MacPorts:
svn, version 1.4.5 (r25188)
kompilerad Sep 3 2007, 14:11:45
Server:
Ubuntu 7.01 with Apache2 mod_dav_svn and Kerberos authentication
against a Windows domain.
The server is protected via a reverse ISA Proxy.
Does anyone know how to work around this (except for the obvious
"don't use international chars in a folder").
Magnus Lööf
Advisec AB
www.advisec.com
Pipersgatan 33
112 28 Stockholm
+46 (0)730 - 44 72 01
https://magnusloof.se
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sun Nov 4 00:35:47 2007