Fix more quoting problems with new cvs2cl.
Catch a lot of old URL's and update them. Also remove a couple of old files that aren't used.
Update scripts that use cvs2cl. Now using cvs2cl 2.49, still with some custom patches (but less than before). Diff included here. --- cvs2cl.bak Sat Sep 27 16:57:59 2003 +++ cvs2cl Sat Sep 27 17:10:55 2003 @@ -1036,7 +1036,8 @@ elsif ($No_Wrap && !$Summary) { $msg = &preprocess_msg_text ($msg); - $files = wrap ("\t", "\t", "* $files"); +# tdb: no-wrap shouldn't wrap ANYTHING! + #$files = wrap ("\t", "\t", "* $files"); $msg =~ s/\n(.+)/\n\t$1/g; unless ($After_Header eq " ") { $msg =~ s/^(.+)/\t$1/g; @@ -1328,7 +1329,8 @@ # there are multiple qunks in the first place! if ((scalar (@qunkrefs)) > 1) { foreach my $tag (keys (%non_unanimous_tags)) { - my $everyone_has_this_tag = 1; +# tdb: we don't want to have unanimous tags + my $everyone_has_this_tag = 0; foreach my $qunkref (@qunkrefs) { if ((! (defined ($$qunkref{'tags'}))) or (! (grep ($_ eq $tag, @{$$qunkref{'tags'}})))) { @@ -1521,7 +1523,8 @@ unless ( exists $fileinfo_printed{$b} ) { if ($fbegun) { - $beauty .= ", "; +# tdb: hacked to put a newline after each one + $beauty .= ",\n"; } else { $fbegun = 1; }
Hopefully a fix for the layout problems we've been seeing the the nightly commit log e-mails.
Hide the errors from the fullcvsupdate script. Maybe I should fix that script instead? :)
It seems showing branches isn't actually working.
Just a few minor fixes and cosmetic changes.
Now adds a link to the web-based cvslog. The web one is more fully featured, and has quick links to the relevant files in viewcvs.
Now have a commits mailing list which we should be using for this sort of thing.
Didn't know where sendmail was :)
Updated to suit the setup on the new server. Also now uses the more universal sendmail, rather than the seemingly raptor-only mailx command :)
Various shell scripts used around the project.
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.