Subversion on Mac OS X
Related posts:
- A Rank Amateur Upgrades His Subversion Repository As I mentioned previously, I’m using Subversion to store stuff I’m working...
- All About Subversion Here’s a really brief layman’s description of the Subversion version control...
- Visual Studio .NET 2003: Unsafe At Any Speed In previous posts I’ve mentioned that I favor Macromedia Dreamweaver for ASP.NET...
I was playing around with subversion a few weeks ago. If I remember correctly, I had to put
LANG=”de_DE.UTF-8″
export LANG
into my ~/.bash_profile file (using 10.3.5) to get German umlauts working ok. I assume you’ll have to change the de_DE to your locale, of course.
Aha, so maybe for me it needs to be something like LANG=”en_US.UTF-8″. Hm, OK. I’ll try it tonight, thanks!
It worked! Vielen Dank, Herr Kern!
Glad to help, Sir! :-)
I found this tutorial a few weeks ago, hopefully it helps.
http://maczealots.com/tutorials/xcode-svn/
If you want to do common operations on a Subversion repository directly from Finder, consider those scripts:
http://scriptbuilders.net/files/svnsubversionscriptsforfinder1.0.html