Re: Subversion + Xcode + é == Headache (Followup)
Re: Subversion + Xcode + é == Headache (Followup)
- Subject: Re: Subversion + Xcode + é == Headache (Followup)
- From: Chris Espinosa <email@hidden>
- Date: Fri, 14 Oct 2005 20:36:29 -0700
On Oct 14, 2005, at 7:15 PM, email@hidden wrote:
Just to let anyone know, if they run into this on the list there's not
much you can do but
name all your paths and files in ascii. Sorry to all users except
those speaking english.
I have filed a bug. Lets see if its fixed.
On 17/10/14, at 0:46, email@hidden wrote:
Hi everyone,
I've got a project all set up with subversion, and was wondering why
things
weren't being updated at all, and looked at the logs, this is what I
found:
/opt/local/bin/svn commit --message "First XCode Import" untitled
svn: Commit failed (details follow):
svn: Commit failed (details follow):
svn: Unable to open an ra_local session to URL
svn: Commit failed (details follow):
svn: Unable to open an ra_local session to URL
svn: Unable to open repository
'file:///Volumes/Repository/Andŕ/trunk/Andŕ'
Where the junk characters ́ should be accented é .
I am able to checkout and update through the command line, but this
works
90% of the time, other times the é gets all garbled...
I'm guessing Xcode is using NSTask to talk to subversion? So
characters that
are unicode are getting scrambled?
In my .profile I've got alias svn='env LC_CTYPE=de_DE.UTF-8
/opt/local/bin/svn' set so
commands to svn with unicode characters esp. Japanese, are sent
correctly, but
in Xcode or other soft (svnX) those characters are garbled...
We are looking into this. By the way, ́ are not "garbage
characters." They form an URL-escaped UTF8-encoded "é". That makes a
correct URL by the definition of http://www.faqs.org/rfcs/rfc1738.html
Chris
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden