[system] / trunk / webwork2 / bin / ww-update-config Repository:
ViewVC logotype

Diff of /trunk/webwork2/bin/ww-update-config

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 4203 Revision 4204
24 if ($conf_version eq $dist_version) { 24 if ($conf_version eq $dist_version) {
25 print "$conf_file is up-to-date at version $conf_version.\n"; 25 print "$conf_file is up-to-date at version $conf_version.\n";
26 next; 26 next;
27 } 27 }
28 28
29 print "conf_version=$conf_version dist_version=$dist_version\n"; 29 #print "conf_version=$conf_version dist_version=$dist_version\n";
30 #system "cvs diff -r '$conf_version' -r '$dist_version' '$dist_file'" 30 system "cvs diff -r '$conf_version' -r '$dist_version' '$dist_file'"
31 # . "| patch '$conf_file'"; 31 . "| patch '$conf_file'";
32} 32}
33 33
34sub cvs_version { 34sub cvs_version {
35 my ($file) = @_; 35 my ($file) = @_;
36 open my $fh, "<", $file or die "couldn't open $file for reading: $!\n"; 36 open my $fh, "<", $file or die "couldn't open $file for reading: $!\n";

Legend:
Removed from v.4203  
changed lines
  Added in v.4204

aubreyja at gmail dot com
ViewVC Help
Powered by ViewVC 1.0.9