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 C02AA18BED for ; Mon, 21 Mar 2016 19:51:36 +0000 (UTC) Received: (qmail 60336 invoked by uid 500); 21 Mar 2016 19:51:36 -0000 Delivered-To: apmail-subversion-users-archive@subversion.apache.org Received: (qmail 60301 invoked by uid 500); 21 Mar 2016 19:51:36 -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 Delivered-To: moderator for users@subversion.apache.org Received: (qmail 3723 invoked by uid 99); 21 Mar 2016 15:52:05 -0000 X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -0.703 X-Spam-Level: X-Spam-Status: No, score=-0.703 tagged_above=-999 required=6.31 tests=[RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H2=-0.001, RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001] autolearn=disabled MIME-Version: 1.0 Message-ID: From: frodo.hobbit@gmx.net To: users@subversion.apache.org Subject: wc_db.c line 10235: assertion failed Content-Type: text/plain; charset=UTF-8 Importance: normal Date: Mon, 21 Mar 2016 16:52:00 +0100 X-Priority: 3 X-Provags-ID: V03:K0:Lq+t+GdsXqf4Ub9I+HYVZExXtFGs+jH9QYbYfaRe6OV nW05nTy2hrb52mT5DShd3McvoAwAqgR+VUuMWpGY/7OveGdVkm OTC5PzZgU/h2k84TxkFmbi3RpYM1Sel0ytZe8Fr3Sx0HcVDVAo 4wA9ikak30BPfQBV1UTi6qb71hLugohUmwR/+v/cfwf9rzmYcl vtONaBX7VezK+dlL5X0fXofZQmxJqzxzyyEklbFDMVAf6H990h 5OdOdku7EWWjdSHrj37bot86RbKGsFKnvuBSi6iITJaap00+/V UGz6es= X-UI-Out-Filterresults: notjunk:1;V01:K0:WPWyUNE87QY=:WkCDrMw1MSmdk9kNB0J/Yw fvd/iTJI5Y07uRc5zAZ1bslEt+saswJQgwyuYAYV+joCxF7Bqqk6IDAr23284nks/+Bp5K7He KEx5Pfv2DzZB0MtFWKzfMjhoEQIHVB8CSlKDndI0L+PW/VEdSbVx1WwhkUHkbyF68e1HYKn2y RaLcNxyLx3tpoA1UlsR37KXmThoCmnqykQlqA9HtaLxmEgx2vFdsqJd7qJ5HaSgRWHe7//kKS p8pw0jRNjMVJwfaGcHbJORceRL2HyfBecn2p+i49jMp5SUuDTvCm2App2O6+lpgTXzlS7qtuI G18KVtlTB8qmSxp2MB+ZDcag/kmY/l+7PF3ls/9oD0zN40mFO3gYI7SXIC2uyTFWJ8nwhGoJa bMQrrhwf2E7hIjiIlWmBYQus17BlOmvOmyV2mP3tqwqCvSGQsMs93F10N6llVER6yyCRmd1mn GElPrMTSNO8CpPxFMKGUrD8ZyON1kHfELCqn7UGsMDLNuBFY+GvE I want to set an external reference to a relative project path, which does not contain spaces (googling the assertion gave a hint that spaces can be involved into creating this assertion). I can enter the path but once I press the context menu entry "Fetch HEAD revision and adjust to it", I get the assertion with the hint (svn_dirent_is_absolute(local_abspath)). The local path is 'XXX', the referenced project is located at '../../../reference_project/trunk/my_src/XXX' and should exist, as a second parallel project which is setup in similar fashion and directory structure can actually reference the same sub-directory. My Tortoise svn is TortoiseSVN 1.9.3, Build 27166 - 64 Bit -dev, 2016/02/08 07:58:04 on Windows 7.