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

2012-04-11 Thread Frank Hsieh
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 in

Re: Can (Tortoise) Svn auto uncompress-recompress files to merge/update files?

2012-04-11 Thread Johan Corveleyn
On Wed, Apr 11, 2012 at 2:38 AM, Ruth Ivimey-Cook wrote: [...] > Is there a way (hook?), when TSVN sees a file is different, for it to call > an uncompress utility on the files from disk and repo, do the > merge/whatever, and then recompress again once finished? On Wed, Apr 11, 2012 at 7:13 AM, D

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

2012-04-11 Thread Daniel Shahaf
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. > > > --

Re: Subversion build on windows

2012-04-11 Thread Daniel Shahaf
What version of svn? What happens if you delete the [mod_dontdothat] stanza from build.conf before running gen-make.py? arun kumar wrote on Wed, Apr 11, 2012 at 10:58:12 +0530: > Hi, > > I'm trying to build Subversion on Windows. I got following error when I ran > the script gen-make.py > > >

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

2012-04-11 Thread Frank Hsieh
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:

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

2012-04-11 Thread Daniel Shahaf
% 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. >

RE: Couldn't open rep-cache database warning on glusterfs mounted filesystem

2012-04-11 Thread Cooke, Mark
> -Original Message- > From: vishwajeet singh [mailto:dextrou...@gmail.com] > Sent: 11 April 2012 10:06 > To: users@subversion.apache.org > Subject: Couldn't open rep-cache database warning on > glusterfs mounted filesystem > > Hi All, > > I am getting following warning while commit, co

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

2012-04-11 Thread Johan Corveleyn
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: E17: Unrecognized URL scheme for '%5c'svn://12.34.23.12/bla' C:\Temp>svn ls 'svn://12.34.23.12/bla svn: E17: Unrecognized URL scheme for ''svn://12.34.23.12/bla' Maybe something