On Sun, Mar 26, 2006 at 08:16:52AM +0900, YONETANI Tomokazu wrote: > On Sat, Mar 25, 2006 at 07:29:42PM +0100, Sascha Wildner wrote: > > >http://www.dragonflybsd.org/cvsweb/src/test/test/baaz.diff?r1=1.1&r2=1.2&f=u > > Hmm, the cvsweb diffs still show some weird commitid foo. > > If you're talking about this one, > rcsdiff: /cvs/src/test/test/baaz,v: warning: Unknown phrases like `commitid > ...;' are present. > that's because cvsweb uses rcsdiff to show the diffs, and rlog to show the > logs, neither of which(in the base system) know about the commitid.
Matt, do you have the following line in cvsweb.conf? @rcsdiff_options = qw(-q); I believe this should prevent rcsdiff from complaining about the commitid. The relavant changes to cvsweb: http://docs.FreeBSD.org/cgi/mid.cgi?200308032035.h73KZ58o039826 Cheers.
