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 44C9A10D43 for ; Thu, 15 Aug 2013 01:52:04 +0000 (UTC) Received: (qmail 94644 invoked by uid 500); 15 Aug 2013 01:52:03 -0000 Delivered-To: apmail-subversion-users-archive@subversion.apache.org Received: (qmail 94472 invoked by uid 500); 15 Aug 2013 01:52:03 -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 94464 invoked by uid 99); 15 Aug 2013 01:52:03 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Aug 2013 01:52:03 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS,WEIRD_PORT X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of felipe.alvarez@gmail.com designates 209.85.217.174 as permitted sender) Received: from [209.85.217.174] (HELO mail-lb0-f174.google.com) (209.85.217.174) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Aug 2013 01:51:57 +0000 Received: by mail-lb0-f174.google.com with SMTP id w20so241192lbh.5 for ; Wed, 14 Aug 2013 18:51:37 -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; bh=uOxCnPU3fxkePeXA7inl+a0iXTAHEnRcE5HYGPX2iaY=; b=dRvVlmAkilCdQsIim9LCjEMdFymkmcFsqxEQ+hw0UFTtI11ocBgC49HWZ3/HG2eW52 nVXTj01w8kmE6VnaZtPp/mHasJ9MqPX8O8xekbDj4LZObP/CJT99ThoupiVKTcgL+ePr gdbK+PSA0BF3qRMCHSNns7m64uiCtiXeguRnqXe8hsi4B81x4I91daAG/sPPchzirJIv 9p1aGNDwqFMswjOqwY9OwpMAUenmmJUFIkS3mB+nZN9hRsNbdxcy88xA/mZZZuVWpbmm kEYDtjP3sWUCYeshgbrlgeblDHiA0znWx711jUCCraryL40y731mulfd138eIQCKW5/k gcrA== X-Received: by 10.112.14.102 with SMTP id o6mr10372196lbc.28.1376531497099; Wed, 14 Aug 2013 18:51:37 -0700 (PDT) MIME-Version: 1.0 Received: by 10.114.76.244 with HTTP; Wed, 14 Aug 2013 18:50:56 -0700 (PDT) In-Reply-To: <87haerzyac.fsf@ntlworld.com> References: <1035764031.20130804165847@am-soft.de> <201308130806.r7D86eip076324@ot.x0.to> <87haerzyac.fsf@ntlworld.com> From: Felipe Alvarez Date: Thu, 15 Aug 2013 11:50:56 +1000 Message-ID: Subject: Re: svn 1.8 causing locks to be broken on update To: Philip Martin Cc: Hiroharu Tamaru , Users Subversion Apache , Johan Corveleyn , William Smith Content-Type: multipart/alternative; boundary=001a11c37abae828fa04e3f2b6d4 X-Virus-Checked: Checked by ClamAV on apache.org --001a11c37abae828fa04e3f2b6d4 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable > Can you provide a complete recipe? > > I'm using a 1.8.x client and a 1.6.x server and I can't reproduce it. I > tried this > > svnadmin create repo --compatible-version 1.6 > svn co http://localhost:8888/obj/repo wc > svn mkdir --parents wc/A/B/C > touch wc/A/B/C/f > svn add wc/A/B/C/f > svn ci -mm wc > svn up wc > svn lock wc/A/B/C/f > cd wc/A > svn up > cd .. > svn up > cd .. > svn st wc > > and the final status shows wc/A/B/C/f still locked. > > -- > Philip Martin | Subversion Committer > WANdisco // *Non-Stop Data* > =E2=80=8BHi Philip Pardon my ignorance. We are using an authentic 1.6.15 client, not a 1.8.1 in 1.6 "mode" (If I am interpreting your --compatible-version option correctly). Further, we are using Apache 2.2 with the following config < http://pastebin.com/ZefLnHA9> We followed the exact same steps as you have, but not localhost, we used a remote host. Should it matter? Could you make a repo on a remote server, with a real svn 1.6.xx, and 1.8 or 1.8.1 client? -- Felipe --001a11c37abae828fa04e3f2b6d4 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable

=
Can you provide a complet= e recipe?

I'm using a 1.8.x client and a 1.6.x server and I can't reproduce i= t. I
tried this

svnadmin create repo --compatible-version 1.6
svn co http://= localhost:8888/obj/repo wc
svn mkdir --parents wc/A/B/C
touch wc/A/B/C/f
svn add wc/A/B/C/f
svn ci -mm wc
svn up wc
svn lock wc/A/B/C/f
cd wc/A
svn up
cd ..
svn up
cd ..
svn st wc

and the final status shows wc/A/B/C/f still locked.

--
Philip Martin | Subversion Committer
WANdisco // *Non-Stop Data*
=E2=80=8BHi Philip

Pardon my ignorance. W= e are using an authentic 1.6.15 client, not a 1.8.1 in 1.6 "mode"= (If I am interpreting your --compatible-version option correctly). Further= , we are using Apache 2.2 with the following config <http://pastebin.com/ZefLnHA9>

We followed the exact same steps as you have, but not localhost, we use= d a remote host. Should it matter?

Could you make a repo on a remote= server, with a real svn 1.6.xx, and 1.8 or 1.8.1 client?

-- Felipe


--001a11c37abae828fa04e3f2b6d4--