Hi What do I need to get e-mail notification when a file in the repository is edited or committed by someone else? What I have done so far is the following:
Because many of the users' e-mail username and cvs username differs, I created a users administrative file like the manual said I must in the CVSROOT directory. The contents look as follows: avaswegen:[EMAIL PROTECTED] lwentzel:[EMAIL PROTECTED] The notify file only has the following line: ALL mail %s -s "CVS notification" Then I ran the following command as a test: cvs watch add -a all Anette_test.txt One of the other users edited and committed the file, but I did not receive any notification. What am I missing? Thank you so much!! Anette _______________________________________________ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs
