From owner-freebsd-current@FreeBSD.ORG Thu Sep 23 11:15:38 2010 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8A6A6106566C; Thu, 23 Sep 2010 11:15:38 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from tensor.andric.com (cl-327.ede-01.nl.sixxs.net [IPv6:2001:7b8:2ff:146::2]) by mx1.freebsd.org (Postfix) with ESMTP id 4881C8FC16; Thu, 23 Sep 2010 11:15:38 +0000 (UTC) Received: from [IPv6:2001:7b8:3a7:0:28e4:8413:c438:c1fa] (unknown [IPv6:2001:7b8:3a7:0:28e4:8413:c438:c1fa]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id 8694E5C43; Thu, 23 Sep 2010 13:15:36 +0200 (CEST) Message-ID: <4C9B36DA.2090702@FreeBSD.org> Date: Thu, 23 Sep 2010 13:15:38 +0200 From: Dimitry Andric Organization: The FreeBSD Project User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.9.2.10pre) Gecko/20100910 Lanikai/3.1.4pre MIME-Version: 1.0 To: Bartosz Stec References: <4C99A53E.7060707@FreeBSD.org> <4C9A32B8.60204@kkip.pl> <4C9A6A38.4080307@freebsd.org> <4C9A7203.8010701@kkip.pl> <20100923065134.GA31455@freebsd.org> <4C9B29D6.8090706@kkip.pl> In-Reply-To: <4C9B29D6.8090706@kkip.pl> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Rene Ladan , Roman Divacky , current@freebsd.org Subject: Re: Clang now builds world and kernel, on i386 and amd64 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Sep 2010 11:15:38 -0000 On 2010-09-23 12:20, Bartosz Stec wrote: > --- /etc/csh.cshrc 2009-09-21 11:01:51.000000000 +0200 > +++ ./etc/csh.cshrc 2010-09-23 12:12:47.553768640 +0200 > @@ -1,6 +1,3 @@ > -# $FreeBSD: src/etc/csh.cshrc,v 1.3 1999/08/27 23:23:40 peter Exp $ > +# $FreeBSD$ > (...) > You must use the subversion-freebsd port to checkout FreeBSD sources, not the regular subversion port. Also, if you switch from CVS or csup-based checkouts to Subversion-based checkouts, you will have to deal with a lot of these changes. Fortunately, you should only have to do this once.