Hello root at ymer:/usr/src # uname -a FreeBSD ymer.thorshammare.org 10.0-STABLE FreeBSD 10.0-STABLE #2 r268147M: Wed J ul 9 03:32:09 CEST 2014 hasse at ymer.thorshammare.org:/usr/obj/usr/src/sys/YM ER i386 I'm following stable, and at todays update I got the following error: root at ymer:/usr/src # svnlite up Updating '.': svn: E155017: Checksum mismatch while updating '/usr/src/sys/cam/ctl/ctl_error.c ': expected: 0eb4bc2c16922d6e9528af853e1ef8c7 actual: 192119e45a85b5b19dbd5c5313de23ba any advice on how to act upon this ? Best Regards Hasse Hansson -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 819 bytes Desc: not available URL: <http://lists.freebsd.org/pipermail/freebsd-stable/attachments/20140717/12676303/attachment.sig>
On Thu, 17 Jul 2014 16:08:10 +0200 User Admin wrote:> Hello > > root at ymer:/usr/src # uname -a > FreeBSD ymer.thorshammare.org 10.0-STABLE FreeBSD 10.0-STABLE #2 r268147M: Wed J^^^> ul 9 03:32:09 CEST 2014 hasse at ymer.thorshammare.org:/usr/obj/usr/src/sys/YM > ER i386 > > I'm following stable, and at todays update I got the following error: > > root at ymer:/usr/src # svnlite up > Updating '.': > svn: E155017: Checksum mismatch while updating '/usr/src/sys/cam/ctl/ctl_error.c > ': > expected: 0eb4bc2c16922d6e9528af853e1ef8c7 > actual: 192119e45a85b5b19dbd5c5313de23ba > > any advice on how to act upon this ?You run a modified kernel. What have you modified? Run 'svnlite status' to view changes or 'svnlite revert -R .' to revert changes. Then try 'svnlite up' again. -- Herbert