K 10 svn:author V 5 peter K 8 svn:date V 27 2001-06-18T22:27:55.000000Z K 7 svn:log V 415 For some reason cvsweb has decided to expand the /home/ncvs symlink and this causes the $FreeBSD$ tags to get messed up. eg: * $FreeBSD: /c/ncvs/src/sys/i386/include/globals.h,v 1.17 ... $ instead of the correct: * $FreeBSD: src/sys/i386/include/globals.h,v 1.17 ... $ Change /home/ncvs to /c/ncvs in cvsweb.conf to compensate for this. :-( This is a temporary hack. Something changed in cvsweb that broke this. END