1

CVS リポジトリ全体を匿名でダウンロードしたいと考えています。これまで CVS を使用したことがありませんでしたが、Windows に TortoiseCVS をダウンロードし、このリポジトリをダウンロードする方法を探しています。Windows でディレクトリ用の新しいモジュールを作成して URL に貼り付けようとすると、失敗します。何か案は?

4

1 に答える 1

3

形式から判断すると、その URL はおそらく ViewCVS のみを提供しており、CVS クライアントが使用できる真のリポジトリ URL ではありません。

Google で簡単に検索すると、リポジトリの URL を提供しているその発行元のドキュメントが表示されますが、同じドキュメントには CVS アカウントが必要であると記載されています。

This section describes how the target is built. To download the files, the user must have a cvs-account and cvs-program to the dtusat-cvs. When this is obtained, the user should run these commands, setting the cvs-enviroment up. It is only necessary to run the commands once.
export CVSROOT=:pserver:<username>@cvsdtusat.it.dtu.dk:/home/cvs/repository
cvs login
Now, the directory you are standing in (for example: /home/<username>/cvs) makes the root of the root of the filestructure you are downloading. Now type
cvs checkout dev/onboard
cvs checkout dev/ecos
cvs checkout dev/protocol
cvs checkout dev/util

Google キャッシュ

于 2013-12-15T10:49:19.833 に答える