From owner-freebsd-questions@FreeBSD.ORG Mon Jan 21 17:15:07 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id E612D5FB for ; Mon, 21 Jan 2013 17:15:07 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) by mx1.freebsd.org (Postfix) with ESMTP id A39CCFB3 for ; Mon, 21 Jan 2013 17:15:07 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.6/8.14.6) with ESMTP id r0LHF7Qw052742; Mon, 21 Jan 2013 10:15:07 -0700 (MST) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.6/8.14.6/Submit) with ESMTP id r0LHF6F6052739; Mon, 21 Jan 2013 10:15:06 -0700 (MST) (envelope-from wblock@wonkity.com) Date: Mon, 21 Jan 2013 10:15:06 -0700 (MST) From: Warren Block To: Ralf Mardorf Subject: Re: Kernel headers In-Reply-To: Message-ID: References: <1925231358767557@web3f.yandex.ru> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.7 (wonkity.com [127.0.0.1]); Mon, 21 Jan 2013 10:15:07 -0700 (MST) Cc: FreeBSD quest , =?ISO-8859-15?Q?Emre_=C7amalan?= X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jan 2013 17:15:08 -0000 On Mon, 21 Jan 2013, Ralf Mardorf wrote: > I had to installed FreeBSD from the 8.3 DVD, because partitioning doesn't > work on my machine, when I used 9.0. I updated the Kernel to 9.1, world and > the ports tree. The ports tree is not branched (ports are identical for all versions of FreeBSD), so that's not a problem. > I now use svn, but there's another issue now. > > root@freebsd:/usr/src # svn checkout svn://svn.freebsd.org/base/releng/9.1/ > /usr/src > [snip] > ^CA lib/libc/quad/fixdfdi.c > > svn: E200015: Caught signal > root@freebsd:/usr/src # > root@freebsd:/usr/src # uname -a > FreeBSD freebsd 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243825: Tue Dec 4 > 09:23:10 UTC 2012 > root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 > > I don't know what "/releng" is for. Does this fit to my kernel? Yes. > I suspect I need to checkout r243825. How can I do this or what ever else I > have to do? No, that's a specific revision number, like a bookmark. If you update only to that revision, nothing will change. See http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/svn.html