Teala Spitzbarth writes:
> 
> you need to explictly checkout the CVSROOT directory either locally on
> the server or on a client system by doing:
> 
>               cvs co /yourpathtorepository/CVSROOT
>               cd /yourpathtorepository/CVSROOT
>               vi modules
>                       add your new modules with the correct syntax
>               cvs ci modules

Right idea, wrong details:

        cvs co CVSROOT/modules
        # or you can check out the entire CVSROOT directory
        cd CVSROOT
        # edit modules
        cvs ci

-Larry Jones

I think if Santa is going to judge my behavior over the last year,
I ought to be entitled to legal representation. -- Calvin

_______________________________________________
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs

Reply via email to