2013-12-15 10 views
0

전체 CVS 저장소를 익명으로 다운로드하고 싶습니다. 나는 전에 CVS를 사용한 적이 없지만 Windows에 TortoiseCVS를 다운로드했으며 this 저장소를 다운로드 할 방법을 찾고 있습니다. Windows에서 디렉토리에 대한 새 모듈을 만들고 URL에 붙여 넣으려고하면 실패합니다. 어떤 아이디어?전체 CVS 저장소를 다운로드하려면 어떻게해야합니까?

답변

2

형식으로 판단하면 해당 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 cache