On Sat, 2003-02-01 at 11:04, Monica Li wrote:
> Hi,
> 
> I couldn't change the file notify. Notify is under repository/CVSROOT
> directory. it also has .v. it means I need checkout before make any changes.
> right? But it's not under any module. How can I checkout this file, change
> the file, get rid of the # and make it work?

cvs checkout CVSROOT/notify
edit notify
cvs commit

Because the notify file is one of the CVS special administrative files,
CVS will commit to the ,v form, and also create a plain-text form in
CVSROOT.

Do not edit the plain-text form in CVSROOT, you have CVS installed so
you may as well get revision control on the administrative files.

(Exception: don't checkout CVSROOT/passwd)

All of this is explained in the 'Administrative Files' node of info cvs.


Jenn V.
-- 
    "Do you ever wonder if there's a whole section of geek culture 
                you miss out on by being a geek?" - Dancer.
 My book 'Essential CVS' will be published by O'Reilly in 2003.
[EMAIL PROTECTED]     http://anthill.echidna.id.au/~jenn/




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

Reply via email to