2013-04-01から1ヶ月間の記事一覧

git svnでリポジトリのインポートができない

git svn でsvnのリポジトリをローカルgitにインポートしようとしたところ、Git.pmのエラーが出て失敗しました。 $ git svn clone https://test.com/svn/svn_repos Initialized empty Git repository in /Volumes/DATA/work/git/svn_repos/.git/ 'tempfile' c…

Homebrewでinstall vimが失敗する

今度はvimが入りませんでした。 $ brew install vim ==> Cloning https://vim.googlecode.com/hg/ Updating /Library/Caches/Homebrew/vim--hg pulling from https://vim.googlecode.com/hg/ searching for changes no changes found 0 files updated, 0 fil…

Homebrewでinstall svn が失敗する x 2

Mac OS X Snow Leopardでbrew install subversionがうまく動かなかったので、対処方法のメモです。 $ brew install svn ==> Downloading http://www.apache.org/dyn/closer.cgi?path=subversion/subversion-1.7.9.tar.bz2 Already downloaded: /Library/Cach…