如何下载整个CVS存储库?

如何下载整个CVS存储库?,cvs,tortoisecvs,Cvs,Tortoisecvs,我想匿名下载整个CVS存储库。我以前从未使用过CVS,但在Windows上下载了OrtoiseCV,我正在寻找一种下载存储库的方法。当我尝试在Windows中为目录创建新模块并粘贴到URL时,失败了。有什么想法吗?根据格式判断,该URL可能只提供ViewCVS,而不是CVS客户端可用的真正存储库URL 谷歌快速搜索显示了该出版商的一份文档,该出版商提供了存储库URL,但在同一份文档中还表示需要一个CVS帐户 This section describes how the target is bui

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

根据格式判断,该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
本节介绍如何构建目标。要下载这些文件,用户必须拥有一个cvs帐户和一个cvs程序到dtusat cvs。当获得该值时,用户应运行这些命令,设置cvs环境。只需运行一次命令。
导出CVSROOT=:pserver:@cvsdtusat.it.dtu.dk:/home/cvs/repository
cvs登录
现在,您所在的目录(例如:/home//cvs)成为您正在下载的文件结构的根目录。现在输入
cvs检查开发/车载
cvs签出开发/ecos
cvs校验/协议
cvs签出dev/util