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 135A8200CF7 for ; Tue, 19 Sep 2017 11:09:39 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 118281609DD; Tue, 19 Sep 2017 09:09:39 +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 5727F1609DB for ; Tue, 19 Sep 2017 11:09:38 +0200 (CEST) Received: (qmail 36423 invoked by uid 500); 19 Sep 2017 09:09:37 -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 36413 invoked by uid 99); 19 Sep 2017 09:09:36 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 Sep 2017 09:09:36 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 6D8ED1A51FB for ; Tue, 19 Sep 2017 09:09:36 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1 X-Spam-Level: * X-Spam-Status: No, score=1 tagged_above=-999 required=6.31 tests=[KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_DNSWL_NONE=-0.0001] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id yXDCwuijPl_r for ; Tue, 19 Sep 2017 09:09:35 +0000 (UTC) Received: from mail.cit.hu (c1.cit.hu [80.249.161.1]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTPS id 51A63610E2 for ; Tue, 19 Sep 2017 09:09:35 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.cit.hu (Postfix) with ESMTP id 0233A700151; Tue, 19 Sep 2017 11:09:34 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at cit.hu Received: from mail.cit.hu ([127.0.0.1]) by localhost (mail.cit.hu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Y8jJLtfJ44QY; Tue, 19 Sep 2017 11:09:31 +0200 (CEST) Received: from [10.0.1.16] (business-37-191-41-161.business.broadband.hu [37.191.41.161]) (Authenticated sender: balogh.peter@cit.hu) by mail.cit.hu (Postfix) with ESMTPSA id 9AF3370014E; Tue, 19 Sep 2017 11:09:31 +0200 (CEST) Subject: Re: override global-ignores from server side To: Bert Huijben , 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?Balogh_P=c3=a9ter?= Message-ID: <826dd598-5adf-299d-39c9-4886de763ab6@xcite.hu> Date: Tue, 19 Sep 2017 11:09:31 +0200 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; 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; format=flowed Content-Transfer-Encoding: 8bit Content-Language: en-US archived-at: Tue, 19 Sep 2017 09:09:39 -0000 Hi Bert, I totally understand the reasoning if you're a native developer But if you're not, it's not reasonable to make everybody build the world from scratch Not the mention the cases, when you get the libraries compiled from your 3rd party provider The world has long time ago moved on from only native development, and we're generating hundreds of C# files every week How can we make svn usable for our use case? Best regards, Peter On 2017-09-19 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. > > Bert >