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 B0215200BC1 for ; Wed, 16 Nov 2016 15:06:20 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id AEF59160B08; Wed, 16 Nov 2016 14:06:20 +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 0580B160B03 for ; Wed, 16 Nov 2016 15:06:19 +0100 (CET) Received: (qmail 65673 invoked by uid 500); 16 Nov 2016 14:06:19 -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 65663 invoked by uid 99); 16 Nov 2016 14:06:18 -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; Wed, 16 Nov 2016 14:06:18 +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 6584F182912 for ; Wed, 16 Nov 2016 14:06:18 +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-eu.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id 4sjET-07u9iE for ; Wed, 16 Nov 2016 14:06:17 +0000 (UTC) Received: from blaine.gmane.org (unknown [195.159.176.226]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTPS id DF2D05F24C for ; Wed, 16 Nov 2016 14:06:16 +0000 (UTC) Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1c70qq-0007Me-Bz for users@subversion.apache.org; Wed, 16 Nov 2016 15:06:12 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: users@subversion.apache.org From: Lorenz Subject: Re: discrepancies between 'svn -R list' and 'svn -R propget' (on windows using TSVN build command line client) Date: Wed, 16 Nov 2016 14:02:11 +0000 Organization: not your business Lines: 34 Message-ID: <29po2c1napbvi45nnij1dr6ch1t7atqgac@4ax.com> References: <04da01d23fff$17d98f30$478cad90$@qqmail.nl> 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: Wed, 16 Nov 2016 14:06:20 -0000 Bert Huijben wrote: >[...] >The difference is that 'svn ls' is really a repository operation, working on >URLS (or part of urls). On URLs we always use the url / platform independent >'/' separator. > >'svn propget' usually works on local paths, in which case we use the local >path (or technically 'dirent') separator, which is a '\' on Windows. > >This behavior was explicitly implemented this way years ago. >[...] ok, that explains the slash mystery 8-) but what about the leading subpath vs. no subpath difference? svn -R ls path/subpath file1 subsubpath/file2 ... vs. svn -R pg svn:keywords path/subpath subpath/file1 - ... subpath/subsubpath/file2 ... -- Lorenz