On Apr 19, 2004, at 7:06 PM, Fouts Christopher (6452) wrote:

I followed the intructions in these pages, along with reading the manual to
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/>


Hmm... not much to go on with your question here. A wild guess:

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

Reply via email to