dman <[EMAIL PROTECTED]> writes: [ don't have suggestions for first answer ]
> Also, is there a way to create new projects other than 'mkdir > $CVSROOT/new_proj'? I can't checkout a project until it exists, and > I can't add a directory unless I have a local sandbox (which is > created by a checkout). (cvs) import (e.g. "cvs import barham initial some_directory" IIRC) a blank directory. # from memory: mkdir some_dir cvs import barham initial some_dir rmdir some_dir cvs checkout some_dir You may want to read the CVS 'book' available for download somewhere. Elizabeth -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

