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 0374C11B3C for ; Wed, 21 May 2014 09:18:35 +0000 (UTC) Received: (qmail 64954 invoked by uid 500); 21 May 2014 09:18:34 -0000 Delivered-To: apmail-subversion-users-archive@subversion.apache.org Received: (qmail 64922 invoked by uid 500); 21 May 2014 09:18:34 -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 64915 invoked by uid 99); 21 May 2014 09:18:34 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 May 2014 09:18:34 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of jcorvel@gmail.com designates 209.85.192.43 as permitted sender) Received: from [209.85.192.43] (HELO mail-qg0-f43.google.com) (209.85.192.43) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 May 2014 09:18:29 +0000 Received: by mail-qg0-f43.google.com with SMTP id 63so2765416qgz.30 for ; Wed, 21 May 2014 02:18:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; bh=5ByPN8YbB8EAAM5EWs2/QrYVG8lpRIwLICqCNtd2UyA=; b=hPIiWDBpyNWBIywjwnlALolU3cYknNU0XsCQbN0rWLVhxoW1dV/udHnbjtkOYjnkRQ o0IxLaIptWnU5XCUtLFRNE7onaTxy5c7LJOxVi1Cz72udVU0+V3K5fLMFsTH+hXGjO2j Nel/6IskBZnJCQB1rBpey5eXadk622AkbVYUXLr7hO9/Yzzupo2ZXFjE6qbig/bmGSen vUuRfnUe58x7s+J0THMKuIoBaMrPMhpEZm6COYGVWRu/glkoyiI1SRXeqLlVm8+ITmdP G93Xneajgm+s30mAn21bdzMVMzPgsiqDS/yRL+Ju9tQRGwe3F6dnlggtv0c85je3HTCE u0Aw== X-Received: by 10.140.96.51 with SMTP id j48mr64923037qge.24.1400663888715; Wed, 21 May 2014 02:18:08 -0700 (PDT) MIME-Version: 1.0 Received: by 10.96.143.100 with HTTP; Wed, 21 May 2014 02:17:48 -0700 (PDT) In-Reply-To: <537C5DAA.1030701@fblgroup.cz> References: <537C5DAA.1030701@fblgroup.cz> From: Johan Corveleyn Date: Wed, 21 May 2014 11:17:48 +0200 Message-ID: Subject: Re: NOTE: Normalized svn:* properties to LF line endings %BUGID% To: =?UTF-8?B?QWxlxaEgVm9qw6HEjWVr?= Cc: Subversion Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org On Wed, May 21, 2014 at 10:02 AM, Ale=C5=A1 Voj=C3=A1=C4=8Dek wrote: > Hi all, > we are trying to upgrade our svn repo from 1.6 to 1.8.9 using svnsync. > But at the end svnsync writes a message NOTE: Normalized svn:* properties= to > LF line endings . > Is it possible to disable this behavior or to undo this normalization? > After that we have no working our Issue tracker properties on client side > (tortoise svn) . > > We have this %BUGID%: as Message pattern. :-( I don't think you can disable this normalization. In fact, the format for svn:* properties has always been "LF line-endings", but this was unfortunately not enforced in older svn versions. Now svnsync cleans this up automatically for you. What I don't understand is why this normalization would break your %BUGID% pattern in log messages. I don't see line-endings in there that would have been normalized. --=20 Johan