I would like to modify my CVS loginfo file to create a commit email with the
diff as seen from a snippet from [EMAIL PROTECTED] below.

I tried

DEFAULT cvs diff -uw -r %v -r %V %s >>$CVSROOT/CVSROOT/commitlog ;
$CVSROOT/CVSROOT/log.pl %s -f $CVSROOT/CVSROOT/commitlog -m [EMAIL PROTECTED]

but this just caused an infinite wait on the lock file.

Any help would be gratefully appreciated.

Thanks,

Ross

>...
> eschmid               Wed Jun  7 15:30:07 2000 EDT
> 
>   Modified files:
>     /phpdoc/de/functions      pdf.xml strings.xml 
>   Log:
>   Killed some error messages.
>   
> Index: phpdoc/de/functions/pdf.xml
> diff -u phpdoc/de/functions/pdf.xml:1.16 
> phpdoc/de/functions/pdf.xml:1.17
> --- phpdoc/de/functions/pdf.xml:1.16  Wed Jun  7 11:10:08 2000
> +++ phpdoc/de/functions/pdf.xml       Wed Jun  7 15:30:07 2000
> @@ -383,8 +383,7 @@
>                <function>PDF_set_info_subject</function>,
>                <function>PDF_set_info_creator</function>,
>...

Reply via email to