Re: Email notification of checkout (more)...

2000-08-10 Thread Paul Sander
Won't the cvs history mechanism work for this? --- Forwarded mail from [EMAIL PROTECTED] I now have to log ALL actions performed in CVS, such as updates and the like... basically any time a user types 'cvs foo' I should log what they typed... I guess I could move the binary and put a wrapper o

Re: Email notification of checkout (more)...

2000-08-09 Thread Noel L Yap
What about: #!/bin/sh # contents of cvs wrapper # do some pre-op logging cvs-binary "$*" # do some post-op logging Noel [EMAIL PROTECTED] on 2000.08.09 12:28:42 To: [EMAIL PROTECTED] cc: (bcc: Noel L Yap) Subject: Email notification of checkout (more)... I now have

Email notification of checkout (more)...

2000-08-09 Thread Stuart Carter
I now have to log ALL actions performed in CVS, such as updates and the like... basically any time a user types 'cvs foo' I should log what they typed... I guess I could move the binary and put a wrapper on it... is there a way to do this in cvs. Cheers, Stu