VersionControl

Windowsでgit環境を整える

PortableGitをインストール PortableGit-1.8.3-preview20130601.7z 設定の参考 http://blog.segu.jp/2012/05/git-portable.htmlgit-bash.batに以下を追加 set HOME=C:\Users\%USERNAME%\Documents cd %HOME% コマンドプロンプトの見た目を変える フォント・…

Windowsにgit (TortoiseGit 1.6.5) を導入

バージョン管理システム TortoiseGit(トータス・ギット)をWindowsXPに導入します。使い方も説明します。 メニューが日本語になっている版 http://sourceforge.jp/projects/tortoisegit/ はバージョンが2009年のものしかないので、ここでは より新しい英語…

CVSの使い方 in sourceforge.jp

CVSの使い方 in sourceforge.jp●前準備 foo@ubuntu:~$ ls -a ~/.ssh . .. id_dsa id_dsa.pub known_hosts ●ファイル取得 foo@ubuntu:~$ cvs -d:ext:YourID@cvs.sourceforge.jp:/cvsroot/mix-mplus-ipa co mixfont-mplus-ipa 特定期日前のソースを取得するに…

バージョン管理システム Mercurial を導入

バージョン管理システム Mercurial を導入することにしたんだ。 最近は git がよく話題にあがるね。 しかし以下を見ると Google CodeがGitではなくMercurialを採用へ − @IThttp://www.atmarkit.co.jp/news/200904/28/googlecode.html 操作体系から見る、Git…