> anyway to only checkout part of a module? for the whole one is very large.
> thanks in advance!

You can checkout a subset of a module if you know the path to it in the
repository.

cvs co /cpp/mymodule/dir1/dir2

If you want to checkout a specific file:

cvs co /cpp/mymodule/dir1/dir2/myfile.cpp

john

Reply via email to