> 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
- any way to checkout part of a module David Penn
- Re: any way to checkout part of a module John O'Connor
- Re: any way to checkout part of a module Derek R. Price
