LoginSignup
14
13

More than 5 years have passed since last update.

MACでのSubversion日本語対応

Last updated at Posted at 2013-03-29

ちょっと調べる事があったので、MACでのSVN日本語対応パッチのインストール方法

Homebrew:
$ brew install subversion --unicode-path
http://nobeans.hatenablog.com/entry/20110401/1301634519

MacPorts:
$ sudo port -v install subversion +unicode_path
http://tips.traction.jp/2012/05/macsubversion.html

メモメモ

追記1)
homebrewでインストールしてみたら、makeで停止した・・・

$brew install svn --unicode-path
-> makeの時に停止
$brew install svn --unicode-path
$brew link subversion --unicode-path

こんな手順でやりなおすみたい。
http://d.hatena.ne.jp/irof/20120529/p1

追記2)
SVNクライアントソフトのSubversionへのパスを切り替える必要もあるのか

14
13
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
14
13