From owner-svn-src-all@FreeBSD.ORG Thu Jan 20 09:28:54 2011 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4908B106566C; Thu, 20 Jan 2011 09:28:54 +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 0748B8FC0A; Thu, 20 Jan 2011 09:28:54 +0000 (UTC) Received: from [IPv6:2001:7b8:3a7:0:e9c2:5fa3:4b71:d50a] (unknown [IPv6:2001:7b8:3a7:0:e9c2:5fa3:4b71:d50a]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id 2465B5C43; Thu, 20 Jan 2011 10:28:53 +0100 (CET) Message-ID: <4D380057.8050809@FreeBSD.org> Date: Thu, 20 Jan 2011 10:28:55 +0100 From: Dimitry Andric Organization: The FreeBSD Project User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.9.2.14pre) Gecko/20110115 Lanikai/3.1.8pre MIME-Version: 1.0 To: "Bjoern A. Zeeb" References: <201101192215.p0JMFDvC091476@svn.freebsd.org> <20110119222655.Y3489@maildrop.int.zabbadoz.net> In-Reply-To: <20110119222655.Y3489@maildrop.int.zabbadoz.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Juli Mallett , svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r217612 - head/sys/conf X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Jan 2011 09:28:54 -0000 On 2011-01-19 23:27, Bjoern A. Zeeb wrote: >> - * $FreeBSD: projects/mips/sys/conf/ldscript.mips 191079 2009-04-14 22:53:22Z gonzo $ >> + * $FreeBSD$ > > This doesn't look right though, does it? It's an svn artifact. If you enable the svn:keywords property, the keywords are "collapsed" when they are stored in the repository, and only expanded on the client side. This is a major pain with producing easy-to-apply diffs... :(