Diff for /CVSROOT/loginfo.pl between versions 1.7 and 1.8

version 1.7, 2008/07/17 23:18:24 version 1.8, 2008/10/22 22:18:41
Line 123  foreach my $info (@modified_files_info) Line 123  foreach my $info (@modified_files_info)
     $file =~ m|foxr/londtest| ||      $file =~ m|foxr/londtest| ||
     $file =~ m|purdue| ||      $file =~ m|purdue| ||
             $file =~ m|vcu/| ||              $file =~ m|vcu/| ||
             $file =~ m|raeburn/private| ) {              $file =~ m|modules/[^/]+/private/| ) {
  $diffmsg='Diffs for '.$file.' not shown.'."\n";   $diffmsg='Diffs for '.$file.' not shown.'."\n";
  next;   next;
  }   }
Line 137  foreach my $info (@modified_files_info) Line 137  foreach my $info (@modified_files_info)
 foreach my $file (@added_files) {  foreach my $file (@added_files) {
  next if $file =~ /\.(gif|jpe|jpe?g|pdf|png|exe|class|tgz|tar.gz|jar)$/i   next if $file =~ /\.(gif|jpe|jpe?g|pdf|png|exe|class|tgz|tar.gz|jar)$/i
  or $file !~ /\./;   or $file !~ /\./;
           if ($file =~ m|TexConvert/tt.dynamic|  ||
               $file =~ m|foxr/londtest| ||
               $file =~ m|purdue|  ||
               $file =~ m|vcu/| ||
               $file =~ m|modules/[^/]+/private/| ) {
                   $diffmsg='Contents of added file: '.$file.' not shown.'."\n";
                   next;
           }
  $diffmsg .= "\nIndex: $file\n+++ $file\n";   $diffmsg .= "\nIndex: $file\n+++ $file\n";
  open(LOG, "$cvs -Qn checkout -p -r1.1 $file |") || die;   open(LOG, "$cvs -Qn checkout -p -r1.1 $file |") || die;
  while(<LOG>) { s/\r\n/\n/; $diffmsg .= $_; }   while(<LOG>) { s/\r\n/\n/; $diffmsg .= $_; }

Removed from v.1.7  
changed lines
  Added in v.1.8


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>
500 Internal Server Error

Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator at root@localhost to inform them of the time this error occurred, and the actions you performed just before this error.

More information about this error may be available in the server error log.