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 692F8200BC2 for ; Thu, 17 Nov 2016 10:05:48 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 6799D160B0B; Thu, 17 Nov 2016 09:05:48 +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 D8921160AFF for ; Thu, 17 Nov 2016 10:05:47 +0100 (CET) Received: (qmail 33379 invoked by uid 500); 17 Nov 2016 09:05:47 -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 33367 invoked by uid 99); 17 Nov 2016 09:05:46 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Nov 2016 09:05:46 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 4360F180538 for ; Thu, 17 Nov 2016 09:05:46 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 6.224 X-Spam-Level: ****** X-Spam-Status: No, score=6.224 tagged_above=-999 required=6.31 tests=[DKIM_ADSP_CUSTOM_MED=0.001, FORGED_YAHOO_RCVD=1.022, HEADER_FROM_DIFFERENT_DOMAINS=0.001, KAM_LAZY_DOMAIN_SECURITY=1, NML_ADSP_CUSTOM_MED=1.2, RDNS_NONE=3] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id 3ZwaGwjLLFih for ; Thu, 17 Nov 2016 09:05:45 +0000 (UTC) Received: from blaine.gmane.org (unknown [195.159.176.226]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTPS id 682685FAE7 for ; Thu, 17 Nov 2016 09:05:45 +0000 (UTC) Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1c7IdR-0008MC-5g for users@subversion.apache.org; Thu, 17 Nov 2016 10:05:33 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: users@subversion.apache.org From: Lorenz Subject: how to determine files missing certain propertiers? Date: Thu, 17 Nov 2016 09:01:25 +0000 Organization: not your business Lines: 14 Message-ID: <31sq2c18t8ta834939jrmt07m9tv3cjb8t@4ax.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@blaine.gmane.org X-Newsreader: Forte Agent 5.00/32.1171 archived-at: Thu, 17 Nov 2016 09:05:48 -0000 Hi all, I'm trying to find files missing certain properties either locally in a WC, or remotely in a repository. I've experimented with scripting 'svn list' and 'svn propget' but that didn't work out because of my missunderstanding of what this commands really do (see threads "discrepancies between 'svn -R list' and 'svn -R propget'" and "svn --recursive and externals"). So, anyone out there with solutions/hints/links? -- Lorenz