Subversion
TortoiseSVN GUI クライアントのインストール
TortoiseSVN Subversion クライアントを以下のページよりダウンロード
以下は 2009/09/21 現在のリンクの辿り方である。
- tortoisesvn.tigris.orgのLatest Versionのdownload page.をクリックし、TortoiseSVN-1.6.5.16974-win32-svn-1.6.5.msiをダウンロードする。
- TortoiseSVN-1.6.5.16974-win32-svn-1.6.5.msi をダブルクリックして実行し、[Next]ボタンをクリックして行きインストールする。
- Language packsの16 Japaneseの右側のSetupをクリックして、Language packs をダウンロードする。
- LanguagePack_1.6.5.16974-win32-ja.msi をダブルクリックして実行し、[Next]ボタンをクリックして行きインストールする。
- [スタート] - [すべてのプログラム] - [TortoiseSVN] - [Settings] をクリックして「Settings - TortoiseSVN」を起動する。
- General - TortoiseSVN - Language: 日本語 に設定する。
- [スタート] - [すべてのプログラム] - [TortoiseSVN] - [TortoiseSVN]を起動する。
Visual Studio用 Subversion クライアントを以下のページよりダウンロード
以下は 2009/09/21 現在のリンクの辿り方である。
- ankhsvn: ホーム - CollabNet\\のProject pagesよりDownloadsをクリックし、Visual Studio のバージョンに合ったバイナリをダウンロードする。
- Visual Studio 2002 and 2003 は AnkhSVN 1.0.6
- Visual Studio 2005, 2008 and 2010 beta1 は AnkhSVN 2.1.7141
- AnkhSvn-2.1.7141.181.msi をダブルクリックして実行し、[Next]ボタンをクリックして行きインストールする。
svn コマンドのインストール
svn のコマンドライン版をインストールする方法を説明する。
以下は 2012/11/09 現在のリンクの辿り方である。
- 現在の最新版であるSubversion 1.7.7 (Windows 64-bit)をダウンロードする。
- CollabNetSubversion-client-1.7.7-1-x64.exe をダブルクリックして実行し、[Next]ボタンをクリックしてセットアップ完了させる。
- 以下の要領でコマンドプロンプトにて動作確認を行う。
C:\Users\tomoyan>svn --version svn, version 1.7.7 (r1393599) compiled Oct 10 2012, 11:29:36 Copyright (C) 2012 The Apache Software Foundation. This software consists of contributions made by many people; see the NOTICE file for more information. Subversion is open source software, see http://subversion.apache.org/ The following repository access (RA) modules are available: * ra_neon : Module for accessing a repository via WebDAV protocol using Neon. - handles 'http' scheme - handles 'https' scheme * ra_svn : Module for accessing a repository using the svn network protocol. - with Cyrus SASL authentication - handles 'svn' scheme * ra_local : Module for accessing a repository on local disk. - handles 'file' scheme * ra_serf : Module for accessing a repository via WebDAV protocol using serf. - handles 'http' scheme - handles 'https' scheme