I followed the intructions in these pages, along with reading the manual toHmm... not much to go on with your question here. A wild guess:
set up a commit template. However, I don't get my template when I do a
commit. I have the permissions set up correctly too. What gives?
http://www.einval.com/~steve/software/cvs-bugzilla/ <http://www.einval.com/~steve/software/cvs-bugzilla/>
Did you make your changes to a checked out copy of CVSROOT. e.g. % cvs -d/path/to/repository co CVSROOT % cd CVSROOT ... create rcstemplate ... ... add DEFAULT line to rcsinfo ... ... add rcstemplate + error message to CVSROOT/checkoutlist ... % cvs add rcstemplate % cvs ci -m "some comment"
and then see the message "cvs commit: Rebuilding administrative file database"?
Geoff
_______________________________________________ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs
