From owner-freebsd-www@FreeBSD.ORG Sat Jan 9 00:20:14 2010 Return-Path: Delivered-To: freebsd-www@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 696CF106568B for ; Sat, 9 Jan 2010 00:20:14 +0000 (UTC) (envelope-from turutani@scphys.kyoto-u.ac.jp) Received: from smtp-auth.kuins.kyoto-u.ac.jp (smtp-auth.kuins.kyoto-u.ac.jp [133.3.248.237]) by mx1.freebsd.org (Postfix) with ESMTP id 348428FC18 for ; Sat, 9 Jan 2010 00:20:13 +0000 (UTC) Received: from smtp-auth.kuins.kyoto-u.ac.jp (smtp-auth.kuins.kyoto-u.ac.jp [127.0.0.1]) by postfix.imss70 (Postfix) with ESMTP id 1E0CC2EC008; Sat, 9 Jan 2010 08:49:07 +0900 (JST) Received: from POLYMER5.scphys.kyoto-u.ac.jp (wd187.BFL38.vectant.ne.jp [210.131.171.187]) by smtp-auth.kuins.kyoto-u.ac.jp (Postfix) with ESMTP id CE8012EC001; Sat, 9 Jan 2010 08:49:06 +0900 (JST) Message-Id: <201001082349.AA01212@POLYMER5.scphys.kyoto-u.ac.jp> From: Tsurutani Naoki Date: Sat, 09 Jan 2010 08:49:05 +0900 To: remko@elvandar.org In-Reply-To: References: MIME-Version: 1.0 X-Mailer: AL-Mail32 Version 1.13 Content-Type: text/plain; charset=us-ascii Cc: freebsd-www@freebsd.org Subject: Re: www/135465: FreeBSD cvsweb reporting inaccurate logs? X-BeenThere: freebsd-www@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD Project Webmasters List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Jan 2010 00:20:14 -0000 Thank you for your reply. I have no idea and no patch. I think some changes are not shown even if I change the branch to show at the bottom of the webpage. For example, I want to check the recent change in src/etc/rc.d/named, which can be seen via http://svn.freebsd.org/viewvc/base/stable/7/etc/rc.d/named?view=log No changes are shown via http://www.freebsd.org/cgi/cvsweb.cgi/src/etc/rc.d/named?f=u&only_with_tag=&logsort=date nor http://www.freebsd.org/cgi/cvsweb.cgi/src/etc/rc.d/named?f=u&only_with_tag=RELENG_7&logsort=date However, non-listed revisions really exists, via http://www.freebsd.org/cgi/cvsweb.cgi/src/etc/rc.d/named.diff?r1=text&tr1=1.26.2.4&r2=text&tr2=1.26.2.3 On the other hand, some files are shown. For example, src/sys/i386/conf/GENERIC. Are there any possibility that some trouble happen between SVN and CVS ?