I have a partial CVS repository - a copy of a subfolder within the master repository, and I'd like to do a checkout of head. I've tried doing this directly:
$ cvs -d /path/B2MEj/ co B2MEj
cvs [checkout aborted]: /path/B2MEj/CVSROOT: No such file or directory
My copy does not contain CVSROOT (since it was a subdirectory of the original repository root, I assume).
How can I get a clean shapshot of the latest version of files in this folder? I don't care about retaining any version history as this is a one-way extraction for me.