From owner-freebsd-www@FreeBSD.ORG Fri Oct 19 13:08:45 2012 Return-Path: Delivered-To: www@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 701F0DD1; Fri, 19 Oct 2012 13:08:45 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from server.mypc.hu (server.mypc.hu [87.229.73.95]) by mx1.freebsd.org (Postfix) with ESMTP id 199CC8FC14; Fri, 19 Oct 2012 13:08:44 +0000 (UTC) Received: from server.mypc.hu (localhost [127.0.0.1]) by server.mypc.hu (Postfix) with ESMTP id 7F5DE14E750F; Fri, 19 Oct 2012 15:08:42 +0200 (CEST) X-Virus-Scanned: amavisd-new at !change-mydomain-variable!.example.com Received: from server.mypc.hu ([127.0.0.1]) by server.mypc.hu (server.mypc.hu [127.0.0.1]) (amavisd-new, port 10024) with LMTP id PQDprhZ7sDNv; Fri, 19 Oct 2012 15:08:42 +0200 (CEST) Received: from [192.168.3.100] (unknown [194.29.130.243]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by server.mypc.hu (Postfix) with ESMTPSA id E345814DD68D; Fri, 19 Oct 2012 15:08:41 +0200 (CEST) Message-ID: <508150DE.8010407@FreeBSD.org> Date: Fri, 19 Oct 2012 15:08:46 +0200 From: Gabor Kovesdan User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:14.0) Gecko/20120713 Thunderbird/14.0 MIME-Version: 1.0 To: Eitan Adler Subject: Re: RFC: standardizing SVN properties in the doc repo References: <50814827.8030707@FreeBSD.org> In-Reply-To: X-Enigmail-Version: 1.4.4 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: FBSD Doc project , www@freebsd.org X-BeenThere: freebsd-www@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD Project Webmasters List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Oct 2012 13:08:45 -0000 Em 19-10-2012 14:45, Eitan Adler escreveu: > +1 > also make sure svn:executable is properly set Ok, good point. >> > - If SVN detects your non-binary file as binary (may happen with >> > non-Latin encodings), DO NOT SET fbsd:nokeywords but use fbsd:notbinary. > Why not fix svn:mime-type instead of fbsd:notbinary? Does it always help? Let's say you have a Big5 encoded file and you set mime-type to application/xml. Won't svn complain any more thinking it is a binary file? I don't want to make noise in the repo trying such things. Gabor