From users-return-18621-apmail-subversion-users-archive=subversion.apache.org@subversion.apache.org Mon Jul 8 09:12:38 2013 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 B9A6C10066 for ; Mon, 8 Jul 2013 09:12:38 +0000 (UTC) Received: (qmail 75329 invoked by uid 500); 8 Jul 2013 09:12:38 -0000 Delivered-To: apmail-subversion-users-archive@subversion.apache.org Received: (qmail 75121 invoked by uid 500); 8 Jul 2013 09:12: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 75113 invoked by uid 99); 8 Jul 2013 09:12:37 -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:12:37 +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:12:32 +0000 Received: by mail-ie0-f180.google.com with SMTP id f4so9069954iea.25 for ; Mon, 08 Jul 2013 02:12:12 -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=j8SPD/G2A4S06843RO1QdToglxsxWo94zzLf22B/+/U=; b=f5OH70zBmlu0TmtxrugHlTvCFfxu+DhbYtic5oXf2w7KrQjTsXihptN7UH8aZ6x4yO 3rGv1emugrKn3bAu43fkONr5jLjOgfaFa1UibQ2of3uUHc6+Udf6yqWC4XWcXxgt2CSa iyVWHoE89v55WHoMcqNebGRVhYCvlHm6h3WgCgsXlsS6xhVtd4MJBHnAm4yu0P5hx+5a 2zJp9tZaPaHY4RcF57vqbWFGO6oZ2E1w/bfBCnYT8oZMjYnhkVTWELkHmHcXT/H9YTm9 Hx6w6EDMlPdnH42Msl8nojFA4MztrUPL5PgDPcP87IoDAJPi4yA5aWBMfqFZK0PZ+2vD 1PIQ== X-Received: by 10.50.66.130 with SMTP id f2mr31801617igt.55.1373274732007; Mon, 08 Jul 2013 02:12:12 -0700 (PDT) MIME-Version: 1.0 Received: by 10.64.227.130 with HTTP; Mon, 8 Jul 2013 02:11:51 -0700 (PDT) In-Reply-To: References: <51DA73D0.3080700@web.de> <51DA79EF.1020103@web.de> From: Johan Corveleyn Date: Mon, 8 Jul 2013 11:11:51 +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 11:08 AM, Johan Corveleyn wrote: > 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 c= an'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. > I did a bit of releasenotes checking. Indeed, the depth stuff was introduced in 1.5, and there is a section about compatibility with older servers in the 1.5 release notes: http://subversion.apache.org/docs/release-notes/1.5.html#sc-compat -- Johan