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

subversion bug, doesn't like filenames with accents

From: Nahuel Greco <nahuel_at_puntorojo.com.ar>
Date: 2003-07-14 00:06:49 CEST

Hi, I have found a subversion bug, maybe it has relation with issue #872, but
that's about win32 and this bug shows in Debian. The bug is.. I can't use
filenames with (spanish) accents in subversion:

-------
 darwin:/tmp# svnadmin create new_repos
 darwin:/tmp# svn co file:///tmp/new_repos repos
 Checked out revision 0.
 darwin:/tmp# cd repos
 darwin:/tmp/repos# touch file-without-accents.txt
 darwin:/tmp/repos# cp ../filename-with-accents-like-á-previously-created.txt .
 `../filename-with-accents-like-\341-previously-created.txt' ->
 `./filename-with-accents-like-\341-previously-created.txt'
 darwin:/tmp/repos# svn add file-without-accents.txt
 A file-without-accents.txt
 darwin:/tmp/repos# svn add filename-with-accents-like-á-previously-created.txt
 svn: Invalid argument
 svn: failure during string recoding
 darwin:/tmp/repos#
-------

Note, the file with an accent in their name was previously created in "/tmp"
with xemacs because my xterm doesn't suport accentuated input.

Additional information:
-------
 darwin:/tmp/repos# locale
 LANG=C
 LC_CTYPE="C"
 LC_NUMERIC="C"
 LC_TIME="C"
 LC_COLLATE="C"
 LC_MONETARY="C"
 LC_MESSAGES="C"
 LC_PAPER="C"
 LC_NAME="C"
 LC_ADDRESS="C"
 LC_TELEPHONE="C"
 LC_MEASUREMENT="C"
 LC_IDENTIFICATION="C"
 LC_ALL=
 darwin:/tmp/repos# svn --version
 svn, version 0.24.2 (r6284)
    compiled Jun 19 2003, 16:36:53
 darwin:/tmp/repos# svnadmin --version
 svnadmin, version 0.24.2 (r6284)
    compiled Jun 19 2003, 16:36:53
 
 Copyright (C) 2000-2003 CollabNet.
 Subversion is open source software, see http://subversion.tigris.org/
-------

Saludos,

Nahuel Greco.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Jul 14 02:21:48 2003

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.