CVSとは

CVSとはCurrentVersion Systemの略で、プログラムを開発するときに利用するバージョン管理システムである。大規模なプログラムを開発する場合は、多数のプログラマがプロジェクトに参加する。その場合、1つのファイルに対して複数のスタッフが同時に手を加えることも起こるが、CVSを使っているとそれぞれの変更個所をまとめたり、矛盾している変更個所のチェックなどが簡単に行える。ApacheやGNOMEなど、CVSによって開発されているプロジェクトは非常に多い。

AlephOne関連のCVS

AlephOne関連のアプリケーションは、Christian Bauer external_link氏のリポジトリにソースが置かれている。単純に、最新のソースを確認したい場合は、ブラウザで以下のアドレスにアクセスすることにより、閲覧することができる。

開発に参加する

スタブ。下記サイトが参考になります。

http://wordpress.sourceforge.jp/ external_link

AnonymousCVSに接続する

~オフィシャル external_link~MarathonWiki公式 external_link
~サーバーcvs.cebix.netcvs.sourceforge.jp
~ユーザ名anoncvsanonymous
~パスワードanoncvsなし
~リポジトリフォルダ/home/cvs/alephone/cvsroot/marathon
~モジュールalephmarathon

MacCVS Proの場合

  1. MacCVS.org external_linkよりMacCVS Proをダウンロードする。
  2. ダウンロードしたアプリケーションを起動する
  3. File→Newを選択し、新しいセッションを作成する。
  4. セッションの設定画面
  5. Checkout and Update Options:
    1. Click on "Local Tree Directory", and make a directory or choose a directory. The source will be in a folder called "aleph" inside the directory you choose here.
    1. For Default Checkout Options, insert "aleph" for the Default Module. Ignore the "Revision" section.
    1. You may want to enable compression. If so, click on "Use gzip compression", and select the level of compression (1 is lowest, 9 is highest).
  6. Under Remote Host Information
    1. Set "Server Hostname" to "cvs.cebix.net".
    1. Set "CVS Root" to "/cvs3"
    1. For Authentication Method, choose Password.
    1. Set "CVS User Name" to "anoncvs"
    1. Click on "Save Password"
    1. Input "anoncvs" for CVS Password.
  7. Click OK.
  8. Action: Check Out Default Module . This will download the
    latest Marthan source repository in its entirety. Resources
    and other Macintosh necessities are well preserved.

TortoiseCVS(Win)

  1. TortoiseCVSをダウンロードする。
  2. 任意の場所で右クリックし「モジュールを作成」を選ぶ
  3. 以下のように入力
    cvs.png
  4. パスワードを聞かれたらanoncvsを入力