DiscussionsIssue archiveOther usage issues

Archived discussion

checkout /inc directory

Other usage issuesSat, 09/23/2000 - 17:372 replies

Browse this forum
QuestionAuthor

Hello I've installed CVS and I checked out all the modules (foundaction classes, modeling algorithms,etc.) All the modules created a "src" directory. How can I checkout the other directories like the "Inc" directory?

Thank's in advance.

PS. Note that i'm also a beginner in c++.

Discussion

2 archived replies

Posts are displayed in their archived order.

01Commenter-1

If you want to check out ALL of the sources at once you can give the command:

cvs checkout .

CVS will accept a directory as well as a module, so using "." will get you everything.

02Commenter-2

Actually the CVS repository is structured with 4 roots : src adm inc drv. To download everything without any problem do that :
> cvs checkout src adm inc drv. All OpenCascade stuff will be automatically downloaded.

Modules are here just for structuration and update.

Bye.