Here is a patch to cvsweb.cgi version 1.93 from Henner Zeller's cvsweb download site (http://stud.fh-heilbronn.de/~zeller/cgi/cvsweb.cgi/). I found a simple change to allow annotate to work without write access to the history file or repository directories: add the -n option with the Global_option c/s message. I can't remember seeing anything about this recently, so hopefully this is useful and not redundant. gary -- Gary Granger [EMAIL PROTECTED] National Center for Atmospheric Research Index: cvsweb/cvsweb.cgi diff -c cvsweb/cvsweb.cgi:1.1.1.1 cvsweb/cvsweb.cgi:1.2 *** cvsweb/cvsweb.cgi:1.1.1.1 Tue Oct 17 12:54:56 2000 --- cvsweb/cvsweb.cgi Tue Oct 17 13:01:22 2000 *************** *** 1040,1045 **** --- 1040,1046 ---- print $writer "Argument -r\n"; print $writer "Argument $rev\n"; print $writer "Argument $where\n"; + print $writer "Global_option -n\n"; # The protocol requires us to fully fake a working directory (at # least to the point of including the directories down to the one _______________________________________________ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs
