% 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:danie...@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 > >