info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: import vs cvs co -c


From: Larry Jones
Subject: Re: import vs cvs co -c
Date: Fri, 8 Feb 2002 11:18:12 -0500 (EST)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]