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 19A0E9F1B for ; Tue, 5 Jun 2012 05:46:53 +0000 (UTC) Received: (qmail 74206 invoked by uid 500); 5 Jun 2012 05:46:52 -0000 Delivered-To: apmail-subversion-users-archive@subversion.apache.org Received: (qmail 73845 invoked by uid 500); 5 Jun 2012 05:46:49 -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 73756 invoked by uid 99); 5 Jun 2012 05:46:46 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Jun 2012 05:46:46 +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 [217.140.74.2] (HELO continuum.iocl.org) (217.140.74.2) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Jun 2012 05:46:39 +0000 Received: (from krey@localhost) by continuum.iocl.org (8.11.3/8.9.3) id q555kIC03634; Tue, 5 Jun 2012 07:46:18 +0200 Date: Tue, 5 Jun 2012 07:46:17 +0200 From: Andreas Krey To: Subversion Users Subject: Externals: sqlite: constraint failed Message-ID: <20120605054617.GQ10680@inner.h.iocl.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i X-message-flag: What did you expect to see here? Hi, I'm momentarily getting strange errors handling some externals, like (on 'svn up'): --- Fetching external item into 'module/tags/BUILD_module_V1.0.0/ant-scripts': External at revision 122958. svn: warning: W200000: Error handling externals definition for 'module/tags/BUILD_module_V1.0.0/ant-scripts': svn: warning: W200035: sqlite: constraint failed ---- Lots of that (for a lot of externals), ending expectedly with ---- At revision 122958. svn: E205011: Failure occurred processing one or more externals definitions ---- No other special occurrences; previous operations on that WC were unproblematic. (This *may* have to do with a 'svn relocate' operation on the WC, but URLs look ok.) It is a checkout of a tree containing a ot of modules with trunk/tags/branches so there are many externals in the WC (a few for each module trunk/tag). Andreas -- "Totally trivial. Famous last words." From: Linus Torvalds Date: Fri, 22 Jan 2010 07:29:21 -0800