Subject: | Diffed ViewCVS links not practical on SourceForge |
The problem is that the ViewCVS link is pointing to a server that is a day behind the commit you just made, so the links in the emails are not valid yet. To "fix" this I just added " if $opt_V;" to the end of line 639 so they don't show up without the version numbers being displayed (I don't use this option), but you may want to add another option for this.
Some context code (because I don't know how to do a proper diff without a CVS checkout :p):
if ($type eq 'mod') {
$url .= ".diff?r1=$old&r2=$new" if $opt_V;
$nm .= " (r$old -> r$new)" if $opt_V;
} elsif ($type eq 'add') {