
Sat, 09/23/2000 - 17:37
Forums:
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++.
Wed, 09/27/2000 - 02:32
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.
Fri, 10/20/2000 - 18:44
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.