Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id ACC47200CF7 for ; Tue, 19 Sep 2017 16:21:33 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id AB7851609DD; Tue, 19 Sep 2017 14:21:33 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id F11EE1609DB for ; Tue, 19 Sep 2017 16:21:32 +0200 (CEST) Received: (qmail 1851 invoked by uid 500); 19 Sep 2017 14:21:32 -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 1840 invoked by uid 99); 19 Sep 2017 14:21:31 -0000 Received: from mail-relay.apache.org (HELO mail-relay.apache.org) (140.211.11.15) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 Sep 2017 14:21:31 +0000 Received: from zulu.local (unknown [77.234.149.122]) by mail-relay.apache.org (ASF Mail Server at mail-relay.apache.org) with ESMTPSA id 92F171A0185 for ; Tue, 19 Sep 2017 14:21:29 +0000 (UTC) Subject: Re: override global-ignores from server side To: users@subversion.apache.org References: <2c62dd5c-7185-7284-3b71-30f5505adda3@xcite.hu> <015b01d33124$f51f76e0$df5e64a0$@qqmail.nl> <016401d33126$15b184b0$41148e10$@qqmail.nl> From: =?UTF-8?Q?Branko_=c4=8cibej?= Organization: The Apache Software Foundation Message-ID: Date: Tue, 19 Sep 2017 16:21:26 +0200 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 MIME-Version: 1.0 In-Reply-To: <016401d33126$15b184b0$41148e10$@qqmail.nl> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Content-Language: en-GB archived-at: Tue, 19 Sep 2017 14:21:33 -0000 On 19.09.2017 11:02, Bert Huijben wrote: > >> -----Original Message----- >> From: Balogh Péter [mailto:balogh.peter@xcite.hu] >> Sent: dinsdag 19 september 2017 10:59 >> To: users@subversion.apache.org >> Subject: Re: override global-ignores from server side >> >> Hi, >> >> Yes, I'm aware that adding the .a file manually is possible, but it does not >> solve the issue, that we have to check manually after every library update, if >> a new .a file is added And the issue won't show up, until we commit the >> changes, and the CI build fails with a linking error The default list is not large, >> that's why overriding it does not seem to be an irrational request But right >> now, if I put a .a file in an SVN, I have no way to make it show up in the >> status without client side modifications, and I think it's a really important >> missing feature > Where I work we have a strict policy that we don't release binaries that are built on normal workstations, just those on regulated build systems where we can 100% reproduce previous builds. Having a default that would make users commit locally build artifacts would go against that. We manage these artifacts using different tooling that was designed for that purpose. Well frankly I was under the impression that svn:global-ignores overrode the global-ignores client config setting. Apparently it does not ... I'd call that a bug, but that's water under the bridge ... -- Brane