windows:subversion

Subversion

TortoiseSVN Subversion クライアントを以下のページよりダウンロード
 以下は 2009/09/21 現在のリンクの辿り方である。

  1. tortoisesvn.tigris.orgLatest Versiondownload page.をクリックし、TortoiseSVN-1.6.5.16974-win32-svn-1.6.5.msiをダウンロードする。
  2. TortoiseSVN-1.6.5.16974-win32-svn-1.6.5.msi をダブルクリックして実行し、[Next]ボタンをクリックして行きインストールする。
  3. Language packs16 Japaneseの右側のSetupをクリックして、Language packs をダウンロードする。
  4. LanguagePack_1.6.5.16974-win32-ja.msi をダブルクリックして実行し、[Next]ボタンをクリックして行きインストールする。
  5. [スタート] - [すべてのプログラム] - [TortoiseSVN] - [Settings] をクリックして「Settings - TortoiseSVN」を起動する。
  6. General - TortoiseSVN - Language: 日本語 に設定する。
  7. [スタート] - [すべてのプログラム] - [TortoiseSVN] - [TortoiseSVN]を起動する。


Visual Studio用 Subversion クライアントを以下のページよりダウンロード
 以下は 2009/09/21 現在のリンクの辿り方である。

  1. ankhsvn: ホーム - CollabNet\\のProject pagesよりDownloadsをクリックし、Visual Studio のバージョンに合ったバイナリをダウンロードする。
  2. AnkhSvn-2.1.7141.181.msi をダブルクリックして実行し、[Next]ボタンをクリックして行きインストールする。

 svn のコマンドライン版をインストールする方法を説明する。

 以下は 2012/11/09 現在のリンクの辿り方である。

  1. Apache SubversionBinary Packagesをクリックして、WindowsのCollabNetをクリックする。(ユーザー登録が必要)
  2. 現在の最新版であるSubversion 1.7.7 (Windows 64-bit)をダウンロードする。
  3. CollabNetSubversion-client-1.7.7-1-x64.exe をダブルクリックして実行し、[Next]ボタンをクリックしてセットアップ完了させる。
  4. 以下の要領でコマンドプロンプトにて動作確認を行う。
    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
  • windows/subversion.txt
  • 最終更新: 2019/05/18 02:23
  • by 非ログインユーザー