Dennis Jones writes: > > "cvs add" will not work without an existing repository, so you must use "cvs > import" if you are creating a new repository.
As long as you've created a repository with "cvs init", you *have* an existing repository. You can use "cvs co ." to check out the whole thing (using -l if you just want the root directory without any subdirectories and files) and then start adding directories and files. -Larry Jones It's going to be a long year. -- Calvin _______________________________________________ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs
