While you're mucking about, could you see if there is a way to set the MIME type that's returned when the (view/download) link for a .tcl file is clicked?
The new interface causes the browser to want to download the file instead of viewing it. The old interface worked as expected.
that should be fixed (it was happening since viewcvs
uses the mime type to decide if it's annotatable and tcl
was application/x-tcl -- I changed it to text/plain).
Randy, that should fix the download as well. If you see any
more files that don't offer annotate or download properly
let me know and I will fix them as well.