乌龟如何下载整个CVS存储库



我想匿名下载整个CVS存储库。我以前从未使用过CVS,但在Windows上下载了TortoiseCVS,并正在寻找下载此存储库的方法。当我尝试在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

谷歌缓存

最新更新