You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Frank Hsieh <fh...@marvell.com> on 2012/04/11 08:51:18 UTC

wc_db.c line 6752: assertion failed (svn_dirent_is_absolute(local_abspath))

When I type 'svn://12.34.56.789/foo in tortoisesvn repository browser,
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 message
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
 'D:\Development\SVN\Releases\TortoiseSVN-1.7.6\ext\subversion\subversion\libsvn_wc\wc_db.c'
 line 6752: assertion failed (svn_dirent_is_absolute(local_abspath))
---------------------------
OK
---------------------------

Frank


Re: wc_db.c line 6752: assertion failed (svn_dirent_is_absolute(local_abspath))

Posted by Johan Corveleyn <jc...@gmail.com>.
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?

-- 
Johan

On Wed, Apr 11, 2012 at 11:34 AM, Daniel Shahaf <da...@elego.de> 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 message
>> > 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
>> >  'D:\Development\SVN\Releases\TortoiseSVN-1.7.6\ext\subversion\subversion\libsvn_wc\wc_db.c'
>> >  line 6752: assertion failed (svn_dirent_is_absolute(local_abspath))
>> > ---------------------------
>> > OK
>> > ---------------------------
>> >
>> > Frank
>> >

Re: wc_db.c line 6752: assertion failed (svn_dirent_is_absolute(local_abspath))

Posted by Daniel Shahaf <da...@elego.de>.
% 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 message
> > 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
> >  'D:\Development\SVN\Releases\TortoiseSVN-1.7.6\ext\subversion\subversion\libsvn_wc\wc_db.c'
> >  line 6752: assertion failed (svn_dirent_is_absolute(local_abspath))
> > ---------------------------
> > OK
> > ---------------------------
> > 
> > Frank
> > 

RE: wc_db.c line 6752: assertion failed (svn_dirent_is_absolute(local_abspath))

Posted by Frank Hsieh <fh...@marvell.com>.
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 message
> 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
>  'D:\Development\SVN\Releases\TortoiseSVN-1.7.6\ext\subversion\subversion\libsvn_wc\wc_db.c'
>  line 6752: assertion failed (svn_dirent_is_absolute(local_abspath))
> ---------------------------
> OK
> ---------------------------
> 
> Frank
> 

Re: wc_db.c line 6752: assertion failed (svn_dirent_is_absolute(local_abspath))

Posted by Daniel Shahaf <da...@elego.de>.
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 message
> 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
>  'D:\Development\SVN\Releases\TortoiseSVN-1.7.6\ext\subversion\subversion\libsvn_wc\wc_db.c'
>  line 6752: assertion failed (svn_dirent_is_absolute(local_abspath))
> ---------------------------
> OK
> ---------------------------
> 
> Frank
>