From owner-svn-src-head@FreeBSD.ORG Sat May 23 17:20:00 2009 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BAF1E106566C; Sat, 23 May 2009 17:20:00 +0000 (UTC) (envelope-from des@des.no) Received: from tim.des.no (tim.des.no [194.63.250.121]) by mx1.freebsd.org (Postfix) with ESMTP id 770568FC16; Sat, 23 May 2009 17:20:00 +0000 (UTC) (envelope-from des@des.no) Received: from ds4.des.no (cm-84.215.252.34.getinternet.no [84.215.252.34]) by smtp.des.no (Postfix) with ESMTP id C12626D418; Sat, 23 May 2009 19:19:59 +0200 (CEST) Received: by ds4.des.no (Postfix, from userid 1001) id A86D9844B1; Sat, 23 May 2009 19:19:59 +0200 (CEST) From: =?utf-8?Q?Dag-Erling_Sm=C3=B8rgrav?= To: Gabor Kovesdan References: <200905231636.n4NGaJMs060767@svn.freebsd.org> <4A182792.3030600@FreeBSD.org> Date: Sat, 23 May 2009 19:19:59 +0200 In-Reply-To: <4A182792.3030600@FreeBSD.org> (Gabor Kovesdan's message of "Sat, 23 May 2009 18:42:58 +0200") Message-ID: <86y6snwxc0.fsf@ds4.des.no> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.92 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r192646 - head/lib/libc/nls X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 May 2009 17:20:01 -0000 Gabor Kovesdan writes: > "Dag-Erling Sm=C3=B8rgrav" writes: > > Log: > > Remove bogus props > I guess you touched the mime-type? No, I removed the bogus svn:keyword [sic] property. > SVN only let me commit these with the mime-type set to > application/octet-stream or something similar. That's because you didn't set svn:keywords correctly. Setting svn:mime-type to application/* is a big no-no. There are a few exceptions, mostly sample data for regression tests etc. As a general rule, if you don't know how to do something, or if Subversion won't let you do what you're trying to do, you should ask someone instead of trying to work around Subversion. DES --=20 Dag-Erling Sm=C3=B8rgrav - des@des.no