Sarah Steinmetz wrote: > repos is the repository: CVSROOT=:pserver:host:/somedirectories/repos > proj1, proj2, proj3 are subdirectories of repos. So they are > on the same > level. > Do I understand right, that proj1, proj2, proj3 are modules? > Is repos a > module too, because checkout expects modules as arguments and > checkout repos > succeeds and creatsin my working copy: > -repos > - proj1 > - proj2 > > but proj3 is missing :( A "module" is either an entry in the CVSROOT/modules file, or a directory within the repository.
My $CVSROOT is: :pserver:[EMAIL PROTECTED]:/cvs If I issue the command "cvs co cvs" I get an error: cvs server: cannot find module `cvs' - ignored cvs [checkout aborted]: cannot expand modules Since your command "cvs co repos" works and since you earlier said that CVSROOT/modules contains only comments, that means there must be a directory /somedirectories/repos/repos, which probably has symlinks to proj1 and proj2, but not to proj3. Do you have login access to your server to look at what's actually there? -- Jim Hyslop Senior Software Designer Leitch Technology International Inc. ( http://www.leitch.com ) Columnist, C/C++ Users Journal ( http://www.cuj.com/experts ) _______________________________________________ Info-cvs mailing list [email protected] http://lists.gnu.org/mailman/listinfo/info-cvs
