o request tar or zip of entire directory (any tag); caching
o limit the number of logentries shown
o show left/right/up icons in diff/logtable
o implement frames (backbutton on top of page)
o DiffSelection: jump back to 'User Text Field'
  if entered text (javascript - anyone a javascript
  programmer ?)
o make 'exec's save: use full path and do not spawn shell
o use strict .. almost hopeless I think
o Apache: mod_perl ? dito.
o explore if we can use cvs directly to abandon the
  use of 'co', 'rlog', 'rcsdiff'. This could be done much
  like it is for cvs annotate; 
  The 'rlog'-function could be implemented just like the 
  annotate function, using a cvs in server mode. 
  The 'rcsdiff'-functionality is almost covered by 
  'cvs rdiff' .. but I am missing the -p and -w options
  then ..
  Any way to traverse the directory structure with cvs C/S 
  ( we need the cvs list patch here I think) ? 
  The performance could be .. bad.
  This way we someday won't need to have physical access to
  the Repository (though this may not be what we want: consider
  10'000 Users browsing your anonymous CVS via a remote cvsweb)
o try to figure out what's the latest change within a subdirectory ..
  the trivial (recursive ..) solution would be a bit timeconsuming
o include date in the checkout pathinfo (+branchname),
  to get really what you want (the current solution is not optimal
  if you manage/review webpages: you always get a checkout of the
  _latest_ pictures embedded in the webpage, not pictures from the 
  same date the page is)
o rewrite this stuff as servlet ..
