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 3A59210F90 for ; Wed, 7 Aug 2013 18:30:58 +0000 (UTC) Received: (qmail 20322 invoked by uid 500); 7 Aug 2013 18:30:57 -0000 Delivered-To: apmail-subversion-users-archive@subversion.apache.org Received: (qmail 20210 invoked by uid 500); 7 Aug 2013 18:30:57 -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 20197 invoked by uid 99); 7 Aug 2013 18:30:56 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Aug 2013 18:30:56 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [207.54.51.208] (HELO ussmtpp2.infor.com) (207.54.51.208) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Aug 2013 18:30:50 +0000 X-SBRS: None X-IronPort-AV: E=Sophos;i="4.89,834,1367985600"; d="scan'208";a="197071355" From: Bob Archer 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) Thread-Topic: RESOLVED: SVN copy that worked in 1.8.0 now fails with (424 FailedDependency) Thread-Index: Ac6Thz6vrYI4IW7FTKeYoxJi6fkpOQAAqvvpAAnJ/IAABT9cwA== Date: Wed, 7 Aug 2013 18:30:12 +0000 Message-ID: References: <6DF864426572664E96691EF01A78725919B70E@DSIMail.drbsystems.com> <871u655v9i.fsf@ntlworld.com> <6DF864426572664E96691EF01A78725919B7A8@DSIMail.drbsystems.com> In-Reply-To: <6DF864426572664E96691EF01A78725919B7A8@DSIMail.drbsystems.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.44.60.98] 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 > > 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? >=20 > 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. >=20 > Breaking the locks allowed me to do an SVN copy. >=20 > I haven't tried reproducing, but I certainly can if that would be helpful= . Are you sharing working copies with multiple people? BOb