checkout /inc directory

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++.

Robert Boehne's picture

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.

Yolanda's picture

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.