如何下载整个CVS存储库?

时间:2013-12-15 09:59:58

标签: cvs tortoisecvs

我想匿名下载整个CVS存储库。我之前从未使用过CVS,但在Windows上下载了TortoiseCVS,我正在寻找下载this存储库的方法。当我尝试在Windows中为目录创建新模块并粘贴URL时,它会失败。有什么想法吗?

1 个答案:

答案 0 :(得分:2)

根据格式判断,该URL可能只提供ViewCVS,而不是CVS客户端可用的真正存储库URL。

快速谷歌搜索显示来自该发布商的文档,该文档提供了存储库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 cache