Paul MacAdam writes:
>
> ALL (echo ""; id; date; echo %{sVv}; cat) >>
> /cvs-root/CVSROOT/commitlog;
>
> Problem is, every entry in commitlog identifies the committing user as
> "cvs."
Don't use ``id'', use CVS's $USER internal variable:
ALL (echo ""; echo $USER; date; echo %{sVv}; cat) >>$CVSROOT/CVSROOT/commitlog
(Note that I also used the $CVSROOT internal variable to avoid
hard-coding the repository location.)
-Larry Jones
I don't think that question was very hypothetical at all. -- Calvin
_______________________________________________
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs