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 _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
