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 86DC011BF6 for ; Wed, 21 May 2014 09:41:45 +0000 (UTC) Received: (qmail 2268 invoked by uid 500); 21 May 2014 09:41:45 -0000 Delivered-To: apmail-subversion-users-archive@subversion.apache.org Received: (qmail 2233 invoked by uid 500); 21 May 2014 09:41:45 -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 2226 invoked by uid 99); 21 May 2014 09:41:45 -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:41:45 +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.41 as permitted sender) Received: from [209.85.192.41] (HELO mail-qg0-f41.google.com) (209.85.192.41) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 May 2014 09:41:41 +0000 Received: by mail-qg0-f41.google.com with SMTP id j5so2795832qga.0 for ; Wed, 21 May 2014 02:41:20 -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 :content-type:content-transfer-encoding; bh=3CWN/4h90lwXkEHnhnFYTTiCIczzoOJDXXrZqp8gFFc=; b=Iinch4x3jGU0AQGvBz4r0P1gYPiEFWXHPMcppP3p0wGf0HklYzHmPowNiNJtA+28UA WMzD5cwbWXt4zAboIgM3opnZJXGMqexI9m1AmbA0aPO00d3GgawGumgRgjg7qi4JBewQ 91HUqxzkdNHTz46wVzt+oORWtIthonz3yeYW3YDJucF/nK1sudIP7k8yrWCQmPxwVrxK hsds2GvujxnpaImff68w7Tf0v8yfOBsd8+9jeS2HJtjQZlpYimaytVV3+IBvME8h8Nkt X+Cn/K3YimwJdvSj4W6KPinnm8VxtUoJNwB4NvXVV+Var/255u09XOiYnIfMN0kYn6KZ aKjA== X-Received: by 10.224.103.66 with SMTP id j2mr65928132qao.15.1400665280580; Wed, 21 May 2014 02:41:20 -0700 (PDT) MIME-Version: 1.0 Received: by 10.96.143.100 with HTTP; Wed, 21 May 2014 02:41:00 -0700 (PDT) In-Reply-To: <537C71C1.6080206@fblgroup.cz> References: <537C5DAA.1030701@fblgroup.cz> <537C71C1.6080206@fblgroup.cz> From: Johan Corveleyn Date: Wed, 21 May 2014 11:41:00 +0200 Message-ID: Subject: Re: NOTE: Normalized svn:* properties to LF line endings %BUGID% To: =?UTF-8?B?QWxlxaEgVm9qw6HEjWVr?= , "users@subversion.apache.org" 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 11:28 AM, Ale=C5=A1 Voj=C3=A1=C4=8Dek wrote: > > Dne 21.5.2014 11:17, Johan Corveleyn napsal(a): > >> 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:* properti= es >>> 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 si= de >>> (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. >> > This is tortoisesvn feature. If you have setup pattern "%BUGID%:" it writ= es > bug-id to first line of log message. > svn:log property then has this inside : > 0011122: > Fixed blablabla > > But when svn:log was "normalized" then tortoise client does not recognize > that first line contains bug id and this whole does not wokr :-( > A. Please use "reply all" to keep the list in cc, so others can help too. It sounds like a problem with that specific tortoisesvn-feature. I still don't understand how or why (I suppose "0011122:" is still the first line of that log message, only now it is LF-terminated instead of CRLF-terminated --- so I don't understand why tortoisesvn can't parse that first line just as well). I think you better ask this on one of the TortoiseSVN mailinglists or forums: see http://tortoisesvn.net/community.html --=20 Johan