2013-12-15 67 views
0

我想匿名下載整個CVS存儲庫。我以前從未使用CVS,但在Windows上下載了TortoiseCVS,並正在尋找下載this存儲庫的方法。當我嘗試在Windows中爲目錄創建新模塊並粘貼到URL中時,它將失敗。有任何想法嗎?如何下載整個CVS存儲庫?

回答

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