From users-return-19007-apmail-subversion-users-archive=subversion.apache.org@subversion.apache.org Wed Aug 7 20:08:03 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 A5B07104EA for ; Wed, 7 Aug 2013 20:08:03 +0000 (UTC) Received: (qmail 19745 invoked by uid 500); 7 Aug 2013 20:08:03 -0000 Delivered-To: apmail-subversion-users-archive@subversion.apache.org Received: (qmail 19241 invoked by uid 500); 7 Aug 2013 20:07:58 -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 19230 invoked by uid 99); 7 Aug 2013 20:07:57 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Aug 2013 20:07:57 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of BKWalker@drbsystems.com designates 12.196.88.136 as permitted sender) Received: from [12.196.88.136] (HELO DSIMail.drbsystems.com) (12.196.88.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Aug 2013 20:07:53 +0000 Received: from dsimail.drbsystems.com ([fe80::5502:eac1:502a:f805]) by DSIMail.drbsystems.com ([fe80::5502:eac1:502a:f805%11]) with mapi id 14.03.0123.003; Wed, 7 Aug 2013 16:07:31 -0400 From: Brenden Walker To: Bob Archer , Philip Martin CC: "users@subversion.apache.org" Subject: RE: RESOLVED: SVN copy that worked in 1.8.0 now fails with (424 FailedDependency) Thread-Topic: RESOLVED: SVN copy that worked in 1.8.0 now fails with (424 FailedDependency) Thread-Index: Ac6Thz6vrYI4IW7FTKeYoxJi6fkpOQAAp53iAAFYGfAAC5wnAAAFF/xA Date: Wed, 7 Aug 2013 20:07:30 +0000 Message-ID: <6DF864426572664E96691EF01A78725919B877@DSIMail.drbsystems.com> References: <6DF864426572664E96691EF01A78725919B70E@DSIMail.drbsystems.com> <871u655v9i.fsf@ntlworld.com> <6DF864426572664E96691EF01A78725919B7A8@DSIMail.drbsystems.com> In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.170.0.3] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org > -----Original Message----- > From: Bob Archer [mailto:Bob.Archer@amsi.com] > Sent: Wednesday, August 07, 2013 2:30 PM > To: Brenden Walker; Philip Martin > Cc: users@subversion.apache.org > Subject: RE: RESOLVED: SVN copy that worked in 1.8.0 now fails with (424 > FailedDependency) >=20 > > > Brenden Walker writes: > > > > > > >> > svn: E175002: Adding directory failed: COPY on > > > >> > /svn/Development/!svn/rvr/7020/Trunk/Projects/SiteWatch (424 > > > >> > Failed > > > >> > Dependency) > > > > > > > > Turned out that another developer had locks on several files. > > > > Confirmed that was the problem. A more specific error message > > > > would have been handy here. > > > > > > Can you describe how to reproduce the problem? What sort of locks > > > prevent a COPY? Orphaned locks perhaps? > > > > They were working copy locks from another developer. I asked him to > > try the build himself to see if it allows the user who holds the lock > > to svn copy, haven't heard back from that. > > > > Breaking the locks allowed me to do an SVN copy. > > > > I haven't tried reproducing, but I certainly can if that would be helpf= ul. >=20 > Are you sharing working copies with multiple people? If by that you mean checking out somewhere and having multiple people using= the same working copy, no. Each developer has their own working copy. Th= e reason the files were locked is that they're unmergeable binaries, AND mo= st people here are still used to StarTeam. I offered up some other options= to keep other developers from accidentally changing these files.