From users-return-21530-apmail-subversion-users-archive=subversion.apache.org@subversion.apache.org Wed Jun 4 00:06:08 2014 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 5B1F111D37 for ; Wed, 4 Jun 2014 00:06:08 +0000 (UTC) Received: (qmail 50738 invoked by uid 500); 4 Jun 2014 00:06:07 -0000 Delivered-To: apmail-subversion-users-archive@subversion.apache.org Received: (qmail 50700 invoked by uid 500); 4 Jun 2014 00:06:07 -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 50693 invoked by uid 99); 4 Jun 2014 00:06:07 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Jun 2014 00:06:07 +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 (nike.apache.org: domain of andreas.stieger@gmx.de designates 212.227.17.20 as permitted sender) Received: from [212.227.17.20] (HELO mout.gmx.net) (212.227.17.20) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Jun 2014 00:06:02 +0000 Received: from [192.168.1.72] ([188.220.234.79]) by mail.gmx.com (mrgmx002) with ESMTPSA (Nemesis) id 0M5cMq-1WcfmM3HJI-00xZ1k; Wed, 04 Jun 2014 02:05:38 +0200 Message-ID: <538E62D1.9060901@gmx.de> Date: Wed, 04 Jun 2014 01:05:37 +0100 From: Andreas Stieger User-Agent: Mozilla/5.0 (X11; Linux i686; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: James French CC: "users@subversion.apache.org" Subject: Re: Set a repository never ignore files References: <1CE1BECC0915A6448EAE5D7080EDA905076A5110CB@oxexc1> In-Reply-To: <1CE1BECC0915A6448EAE5D7080EDA905076A5110CB@oxexc1> X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit X-Provags-ID: V03:K0:5QbRUOntgUjNjWPzZ8XeZBmjCm6TYJDw/do6SvrRaP6aqPM/YsB 7bdv5uL7+xW4+2d1PcUQPOoJ3gbk5zgQr0OjKwjXz5AQ/WS9FxtN8QCD/Yaw5QVesyi05uI 6G7BB0W6kYlfmBFOmrgYOx7xDcK/bZS8m/KwYqlerboJCFQ3WVe/QJU62Y2CLmKDsv0sYOR gQGVkGjMNQEIm0GiTNc7w== X-Virus-Checked: Checked by ClamAV on apache.org Hello, On 03/06/14 11:24, James French wrote: > I have a repo where I want to force .a files to always get added (ie not > ignored), irrespective of any ignore settings in user config files. I am > happy to set the repo to not ignore any file, if that is easier. I guess > I’m after an svn:global-no-ignore property… The repository dictated configuration introduced in 1.8 will only /extend/ the client-side global-ignores configuration setting, not override it. There is no support for enforcing for something /not/ to be ignored, other than through deployed run-time configurations, hooks or simply a project policy. Further, adding a file to version control is still an entirely separate user action from not ignoring it. Andreas