| Sign In/My Account | View Cart |
| Article: |
Making the Jump to Subversion | |
| Subject: | Can't import to svn | |
| Date: | 2004-09-28 11:53:07 | |
| From: | christian_u | |
|
Response to: Can't import to svn
|
||
|
I'm having the same problem (subversion 1.1RC4 from metissian.com) on OS X 10.3.5. The error occurs when trying to import files with japanese glyphs in their filenames. One has to tweak the locale environment variable, but where do I do this in OS X ? Any hints appreciated, thanks. |
||
Showing messages 1 through 1 of 1.
export LC_CTYPE="en_US.UTF-8"
export LANG="en_US.UTF-8"