Ok what's the proper way of putting scripts into this
directory that the cvs files can use. For example I want
to call a buglog.sh file from the loginfo file. Do I
- checkout the $CVSROOT/CVSROOT directory
- cvs add buglog.sh file
- modify loginfo to call the buglog.sh file
- cvs commit
- cp ../CVSROOT/buglog.sh,v ../CVSROOT/buglog.sh (???)
- Remove RCS info from buglog.sh (???)
- Ensure correct rwx permissions for ../CVSROOT/buglog.sh

The two step with the (???) is what I'm iffy about. Also
how come subsequent changes made to buglog.sh (ie, after
cvs co, modify, cvs commit) not show up in the repository?

--------------------------------------
Chris T Fouts


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

Reply via email to