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 E37B910051 for ; Mon, 8 Jul 2013 09:09:14 +0000 (UTC) Received: (qmail 68231 invoked by uid 500); 8 Jul 2013 09:09:14 -0000 Delivered-To: apmail-subversion-users-archive@subversion.apache.org Received: (qmail 67777 invoked by uid 500); 8 Jul 2013 09:09:13 -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 67769 invoked by uid 99); 8 Jul 2013 09:09:12 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Jul 2013 09:09:12 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of jcorvel@gmail.com designates 209.85.223.180 as permitted sender) Received: from [209.85.223.180] (HELO mail-ie0-f180.google.com) (209.85.223.180) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Jul 2013 09:09:06 +0000 Received: by mail-ie0-f180.google.com with SMTP id f4so9064019iea.25 for ; Mon, 08 Jul 2013 02:08:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; bh=wj8iCNZpZ+QPk3Bekp9MWlR4WLNKDKVrmxlYespbAtE=; b=zc3/ZS6kO4SIixcRkACbkA7rfKhwq+wLlt7FbwDqrV9PogUwybuTs618165FdFbftn dy2InPloFdJmz9t6s+77hfedJfsUPCi+5aFkQUH7JaopP3fqD1Sqbs5rrOT9MLEQhyQd 8K2/mokVmsOSx4ev+XSexDh+e0BYqVSB3SLJrpGvR5R+Pi03hWeikpUfrKcJ4kIVvsPy Ehhx0XCcYp9lgCDuEIrElrjvFFGth3eM7RbYST6BvfjvYkCNnInxVya53KtB1aTA9kgQ sYn7/5bDbDejaOccHjcjNDp5/wkMonZVlJN0YIAPVtJHrYHWB/4s6PQRtof7gMTAfz8T HDdA== X-Received: by 10.50.79.167 with SMTP id k7mr8157595igx.56.1373274526343; Mon, 08 Jul 2013 02:08:46 -0700 (PDT) MIME-Version: 1.0 Received: by 10.64.227.130 with HTTP; Mon, 8 Jul 2013 02:08:25 -0700 (PDT) In-Reply-To: References: <51DA73D0.3080700@web.de> <51DA79EF.1020103@web.de> From: Johan Corveleyn Date: Mon, 8 Jul 2013 11:08:25 +0200 Message-ID: Subject: Re: Possible bug: svn update doesn't respect the 'depth' property To: =?UTF-8?B?TWlybyBLcm9ww6HEjWVr?= Cc: Tobias Bading , "users@subversion.apache.org" Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org On Mon, Jul 8, 2013 at 10:43 AM, Miro Krop=C3=A1=C4=8Dek wrote: > > On Mon, Jul 8, 2013 at 6:35 PM, Tobias Bading wrote: >> >> You said you did an update yesterday, have you tried it with the latest >> 1.7 Tortoise release and a fresh working copy? > > > What I meant is that I'm not sure in which version I had tried this, I ca= n't > remember order of these two actions :) But I'll try tomorrow, with the > latest (1.8 I believe) version, exactly the same thing as I'm describing = in > my first email, to be sure and report back. > > But I'm happy it's supposed to work and I didn't misunderstand something. > Also, check the version of the server. I think if you use a very old server, that server might not fully understand the "depth" nuances. So it's possible that this is just a back compat thing: the server will send everything, and the client will filter it out client-side. -- Johan