Hello everyone, I am trying to receive notifications when someone commits a file that is edited for any other user, but this is not working The commmitinfo and loginfo files are working ok.
I have this in my notify file: ALL (echo Committed to %r/%p) |mail %s -s "CVS notification" Ive tried this: mail %s -s "CVS notification" This: echo prueba | mail %s -s "CVS notification" And many other things.. If I send a mail in the command line, echo prueba | mail %s -s "CVS notification" (changing %s for the right user), i get the mail ok. I have the file edited and in the show editors is displayed correctly. Any help? Thanks
