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 CDF1911915 for ; Wed, 21 May 2014 08:03:38 +0000 (UTC) Received: (qmail 43379 invoked by uid 500); 21 May 2014 08:03:38 -0000 Delivered-To: apmail-subversion-users-archive@subversion.apache.org Received: (qmail 43347 invoked by uid 500); 21 May 2014 08:03:38 -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 43339 invoked by uid 99); 21 May 2014 08:03:38 -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 08:03:38 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [94.112.247.34] (HELO zimbra.fbl.local) (94.112.247.34) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 May 2014 08:03:33 +0000 Received: from localhost (localhost [127.0.0.1]) by zimbra.fbl.local (Postfix) with ESMTP id 72C77D86070 for ; Wed, 21 May 2014 10:03:11 +0200 (CEST) X-Virus-Scanned: amavisd-new at zimbra.fbl.local Received: from zimbra.fbl.local ([127.0.0.1]) by localhost (zimbra.fbl.local [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id w21C0OeRZBm3 for ; Wed, 21 May 2014 10:03:01 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by zimbra.fbl.local (Postfix) with ESMTP id 556C9D86073 for ; Wed, 21 May 2014 10:03:01 +0200 (CEST) X-Virus-Scanned: amavisd-new at zimbra.fbl.local Received: from zimbra.fbl.local ([127.0.0.1]) by localhost (zimbra.fbl.local [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id 0jqTWxZExLos for ; Wed, 21 May 2014 10:02:51 +0200 (CEST) Received: from [172.16.18.153] (unknown [172.16.18.153]) by zimbra.fbl.local (Postfix) with ESMTPSA id 0F9E2D85FF3 for ; Wed, 21 May 2014 10:02:51 +0200 (CEST) Message-ID: <537C5DAA.1030701@fblgroup.cz> Date: Wed, 21 May 2014 10:02:50 +0200 From: =?ISO-8859-2?Q?Ale=B9_Voj=E1=E8ek?= User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: Subversion Subject: NOTE: Normalized svn:* properties to LF line endings %BUGID% Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org 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. :-( Thank you A.