From owner-cvs-src@FreeBSD.ORG Fri Jun 27 12:20:26 2008 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D8F6F106567D; Fri, 27 Jun 2008 12:20:26 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (bigknife-pt.tunnel.tserv9.chi1.ipv6.he.net [IPv6:2001:470:1f10:75::2]) by mx1.freebsd.org (Postfix) with ESMTP id 753468FC22; Fri, 27 Jun 2008 12:20:26 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from localhost.corp.yahoo.com (john@localhost [IPv6:::1]) (authenticated bits=0) by server.baldwin.cx (8.14.2/8.14.2) with ESMTP id m5RCKJl6086093; Fri, 27 Jun 2008 08:20:20 -0400 (EDT) (envelope-from jhb@freebsd.org) From: John Baldwin To: Richard Tector Date: Fri, 27 Jun 2008 08:12:11 -0400 User-Agent: KMail/1.9.7 References: <200806270450.m5R4oiLN039338@repoman.freebsd.org> <48649766.605@thekeelecentre.com> In-Reply-To: <48649766.605@thekeelecentre.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200806270812.11551.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (server.baldwin.cx [IPv6:::1]); Fri, 27 Jun 2008 08:20:20 -0400 (EDT) X-Virus-Scanned: ClamAV 0.93.1/7575/Thu Jun 26 19:08:06 2008 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-2.5 required=4.2 tests=AWL,BAYES_00,NO_RELAYS autolearn=ham version=3.1.3 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on server.baldwin.cx Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/etc/mtree BSD.include.dist src/include Makefile src/sys/conf files src/sys/dev/mpt mpt.h mpt_user.c src/sys/modules/mpt Makefile src/sys/sys mpt_ioctl.h src/usr.bin/tar COPYING Makefile bsdtar.1 bsdtar.c bsdtar.h ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Jun 2008 12:20:27 -0000 On Friday 27 June 2008 03:31:50 am Richard Tector wrote: > John Baldwin wrote: > > jhb 2008-06-27 04:46:06 UTC > > > > FreeBSD src repository > > > > Modified files: (Branch: RELENG_6) > > etc/mtree BSD.include.dist > > include Makefile > > sys/conf files > > sys/dev/mpt mpt.h > > sys/modules/mpt Makefile > > usr.bin/tar COPYING Makefile bsdtar.1 bsdtar.c > > bsdtar.h bsdtar_platform.h > > config_freebsd.h getdate.y matching.c > > read.c tree.c tree.h util.c write.c > > Added files: (Branch: RELENG_6) > > sys/dev/mpt mpt_user.c > > sys/sys mpt_ioctl.h > > Log: > > SVN rev 180058 on 2008-06-27 04:46:06Z by jhb > > > > MFC: Add the mpt_user personality to mpt(4). > > > > Revision Changes Path > > 1.100.2.5 +4 -0 src/etc/mtree/BSD.include.dist > > 1.244.2.7 +3 -1 src/include/Makefile > > 1.1031.2.74 +1 -0 src/sys/conf/files > > 1.6.2.8 +3 -0 src/sys/dev/mpt/mpt.h > > 1.1.4.1 +755 -0 src/sys/dev/mpt/mpt_user.c (new) > > 1.2.2.1 +1 -1 src/sys/modules/mpt/Makefile > > 1.1.4.1 +132 -0 src/sys/sys/mpt_ioctl.h (new) > > 1.1.8.3 +0 -0 src/usr.bin/tar/COPYING > > 1.24.2.6 +0 -0 src/usr.bin/tar/Makefile > > 1.29.2.6 +0 -0 src/usr.bin/tar/bsdtar.1 > > 1.63.2.14 +0 -0 src/usr.bin/tar/bsdtar.c > > 1.23.2.6 +0 -0 src/usr.bin/tar/bsdtar.h > > 1.15.2.11 +0 -0 src/usr.bin/tar/bsdtar_platform.h > > 1.1.2.2 +0 -0 src/usr.bin/tar/config_freebsd.h > > 1.4.2.4 +0 -0 src/usr.bin/tar/getdate.y > > 1.9.2.4 +0 -0 src/usr.bin/tar/matching.c > > 1.23.2.9 +0 -0 src/usr.bin/tar/read.c > > 1.2.2.4 +0 -0 src/usr.bin/tar/tree.c > > 1.2.2.2 +0 -0 src/usr.bin/tar/tree.h > > 1.13.2.6 +0 -0 src/usr.bin/tar/util.c > > 1.41.2.13 +0 -0 src/usr.bin/tar/write.c > > > Why all the no-op commits to tar? Is this another quirk of SVN? Yep. Someone merged some changes into the actual tar files rather than the tar/ directory. I think peter@ is going to fix the SVN -> CVS exporter to ignore these changes in CVS commits though. -- John Baldwin