From: Xavier V. <xav...@fr...> - 2004-01-15 17:48:59
|
Michael : For sending the mail, if you have exim and mutt, the script will be : #!/bin/sh cd /home/michael/cvs-diff rm -rf lcd4linux.old patch.bz2 mv lcd4linux lcd4linux.old CVS CHECKOUT diff -u lcd4linux.old lcd4linux > patch bzip2 patch echo " " | mutt -a patch.bz2 -s "lcd4linux cvs patch" xav...@fr... For the checkout, you can make the checkout with your account, or I can send you my pass. With ssh and a certificate, cvs won't ask for a password. Bye ! |