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 92C2696AA for ; Wed, 11 Apr 2012 11:22:12 +0000 (UTC) Received: (qmail 92000 invoked by uid 500); 11 Apr 2012 11:22:11 -0000 Delivered-To: apmail-subversion-users-archive@subversion.apache.org Received: (qmail 91981 invoked by uid 500); 11 Apr 2012 11:22:11 -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 91971 invoked by uid 99); 11 Apr 2012 11:22:11 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Apr 2012 11:22:11 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of jcorvel@gmail.com designates 209.85.160.43 as permitted sender) Received: from [209.85.160.43] (HELO mail-pb0-f43.google.com) (209.85.160.43) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Apr 2012 11:22:05 +0000 Received: by pbcwz12 with SMTP id wz12so1857785pbc.16 for ; Wed, 11 Apr 2012 04:21:43 -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:content-transfer-encoding; bh=xMQEfLwz2fHQ9z3qKhjhPSqIHbiyvJ0VXuyX5SAwpYM=; b=qv/QaD5eGy5L1YLrOL2gm6fgmmwkqrFKw2zwyMpesH2CZ5GSRV4TwjwKuw7CMi5P8j RU3ocy8hYi+pcrylM0Ct+tThzKX5VwUvI1mYhe0/v4pEfbA1qGpQXBDjVifuByClGS1R hJGoy+dDlPiiAEnvo3cK3iR80QL1Yk5/LGCqUJ0G16TZ1LdOWJMGF7tgomjGMwqtabzr QTFc8wnhOkPC85AH7lYDqD/B/fGrfcUbIB0jCvPfF88ptIDThuFuxv7vAnCGe6vgqoGv H2eBPiv0vVUxbs+dgNj52tVo0/aurN3Ik9nfj92P5wfvXoVWfTmoOumIRTHPvzSiED3W TWFA== Received: by 10.68.220.134 with SMTP id pw6mr36734069pbc.149.1334143303642; Wed, 11 Apr 2012 04:21:43 -0700 (PDT) MIME-Version: 1.0 Received: by 10.68.2.68 with HTTP; Wed, 11 Apr 2012 04:21:21 -0700 (PDT) In-Reply-To: <20120411093426.GJ5516@lp-shahaf.local> References: <20120411090131.GH5516@lp-shahaf.local> <689C75E0D210324F8BE88961219F681624B5479162@SC-VEXCH2.marvell.com> <20120411093426.GJ5516@lp-shahaf.local> From: Johan Corveleyn Date: Wed, 11 Apr 2012 13:21:21 +0200 Message-ID: Subject: Re: wc_db.c line 6752: assertion failed (svn_dirent_is_absolute(local_abspath)) To: Daniel Shahaf Cc: Frank Hsieh , "users@subversion.apache.org" Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On Windows it's also fine on the commandline, at least with 1.7.4: C:\Temp>svn ls \'svn://12.34.23.12/bla svn: E170000: Unrecognized URL scheme for '%5c'svn://12.34.23.12/bla' C:\Temp>svn ls 'svn://12.34.23.12/bla svn: E170000: Unrecognized URL scheme for ''svn://12.34.23.12/bla' Maybe something wrong in the way TSVN passes the argument to the SVN API? --=20 Johan On Wed, Apr 11, 2012 at 11:34 AM, Daniel Shahaf wrote: > % svn ls \'svn://12.34.56.789/foo > (literally; it shouldn't matter) > > fails in the expected manner (no assertion) with 1.7.x and trunk on linux= . > Perhaps the issue is specific to windows? > > > Frank Hsieh wrote on Wed, Apr 11, 2012 at 02:08:02 -0700: >> Sorry for the misleading. >> >> I typed a valid IP. >> >> I think the root cause might be the single quote before svn:// (I forgot= to point it out.) >> >> If I typed svn URL without the single quote, everything goes smoothly. >> >> Frank >> -----Original Message----- >> From: Daniel Shahaf [mailto:danielsh@elego.de] >> Sent: Wednesday, April 11, 2012 5:02 PM >> To: Frank Hsieh >> Cc: users@subversion.apache.org >> Subject: Re: wc_db.c line 6752: assertion failed (svn_dirent_is_absolute= (local_abspath)) >> >> Frank Hsieh wrote on Tue, Apr 10, 2012 at 23:51:18 -0700: >> > When I type 'svn://12.34.56.789/foo in tortoisesvn repository browser, >> >> Do you type "12.34.56.789" literally, or do you type a valid IP (one in >> which all four octets are between 0 and 255)? >> >> > this exception happens. >> > >> > >> > --------------------------- >> > Subversion Exception! >> > --------------------------- >> > Subversion encountered a serious problem. >> > Please take the time to report this on the Subversion mailing list >> > with as much information as possible about what >> > you were trying to do. >> > But please first search the mailing list archives for the error messag= e >> > to avoid reporting the same problem repeatedly. >> > You can find the mailing list archives at >> > http://subversion.apache.org/mailing-lists.html >> > >> > Subversion reported the following >> > (you can copy the content of this dialog >> > to the clipboard using Ctrl-C): >> > >> > In file >> > =A0'D:\Development\SVN\Releases\TortoiseSVN-1.7.6\ext\subversion\subve= rsion\libsvn_wc\wc_db.c' >> > =A0line 6752: assertion failed (svn_dirent_is_absolute(local_abspath)) >> > --------------------------- >> > OK >> > --------------------------- >> > >> > Frank >> >