Return-Path: X-Original-To: apmail-subversion-users-archive@minotaur.apache.org Delivered-To: apmail-subversion-users-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8ECB470A3 for ; Wed, 26 Oct 2011 16:54:52 +0000 (UTC) Received: (qmail 97708 invoked by uid 500); 26 Oct 2011 16:54:51 -0000 Delivered-To: apmail-subversion-users-archive@subversion.apache.org Received: (qmail 97679 invoked by uid 500); 26 Oct 2011 16:54:51 -0000 Mailing-List: contact users-help@subversion.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list users@subversion.apache.org Received: (qmail 97672 invoked by uid 99); 26 Oct 2011 16:54:51 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Oct 2011 16:54:51 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of lesmikesell@gmail.com designates 209.85.216.43 as permitted sender) Received: from [209.85.216.43] (HELO mail-qw0-f43.google.com) (209.85.216.43) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Oct 2011 16:54:46 +0000 Received: by qabg1 with SMTP id g1so2494724qab.16 for ; Wed, 26 Oct 2011 09:54:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=ikVY6BG3TZ+0CL5kmkJb/4DPHsleqHc3f0vs0jocykY=; b=QLaqwqK0gXD2uGjpGqk00CbSHPRd4OHWgHse9Wo9UYS1tKkfNgL1SNrohJl1dnB2nR kAAea+8dzWqCd0Bkvynp9BHEYctB8xYyDVK09OtLCrD7f92+D3YkWlNxV0TRDkSCk10L BGyh3BMmgEfhTREtTVPMNJERbAOsRj/HNQHwc= MIME-Version: 1.0 Received: by 10.68.38.74 with SMTP id e10mr16339752pbk.81.1319648064708; Wed, 26 Oct 2011 09:54:24 -0700 (PDT) Received: by 10.143.59.15 with HTTP; Wed, 26 Oct 2011 09:54:24 -0700 (PDT) In-Reply-To: <1319647175.22361.140660990771101@webmail.messagingengine.com> References: <727D8E16AE957149B447FE368139F2B508A6FFEE@SERVER10> <041501cc93ee$d2d27850$787768f0$@qqmail.nl> <1319647175.22361.140660990771101@webmail.messagingengine.com> Date: Wed, 26 Oct 2011 11:54:24 -0500 Message-ID: Subject: Re: Property encoding (was: Error during svnadmin load (svnadmin: E125005: Cannot accept non-LF line endings in 'svn:log' property)) From: Les Mikesell To: Daniel Shahaf Cc: Bert Huijben , Markus Schaber , users@subversion.apache.org Content-Type: text/plain; charset=ISO-8859-1 On Wed, Oct 26, 2011 at 11:39 AM, Daniel Shahaf wrote: > >> > Could svnsync mistakenly "fix" a binary property which happens to contain >> > CR-LF byte sequences? >> >> Within the svn:* namespace there are no binary properties. >> > > But if svn 1.8 defines a binary svn:* prop, then svnsync 1.7 will try and normalize its line endings :-( That's one of those 'if it hurts, don't do it...' things. While you always need to know if something is text or not to handle local text conventions in a usable way, it would seem awkward for svn to assume that revision contents are binary unless told otherwise, but have the opposite convention for svn:* properties. Better to just never allow non-text there. -- Les Mikesell lesmikesell@gmail.com