You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by "Lukner, Benjamin" <Be...@ime-actia.de> on 2018/08/03 09:45:01 UTC

Error report: wc_db.c line 10238: assertion failed (svn_dirent_is_absolute(local_abspath))

Hi,

I couldn't find an error report for that code line so I'd like to report it.

I'm using TortoiseSVN-1.10.1.28295-x64-svn-1.10.2 on a german Win7 SP1 Pro 64Bit with latest patches.

I opened the log of a checked-out project and double-clicked a file to see the differences to its previous version.
I suspect the cause may be TortoiseSVN only passing the folder name without file name to SVN but I can't tell.


Result:

---------------------------
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
https://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.10.1\ext\subversion\subversion\libsvn_wc\wc_db.c'
line 10238: assertion failed (svn_dirent_is_absolute(local_abspath))
---------------------------
OK
---------------------------

[Window Title]
TortoiseSVN

[Main Instruction]
Subversion reported an error:

[Content]
'C:\Users\blu\AppData\Local\Temp' is not a working copy

[Schließen]


Kind regards

Benjamin Lukner

Re: Error report: wc_db.c line 10238: assertion failed (svn_dirent_is_absolute(local_abspath))

Posted by Johan Corveleyn <jc...@gmail.com>.
On Fri, Aug 3, 2018 at 11:59 AM Lukner, Benjamin
<Be...@ime-actia.de> wrote:
>
> Hi,
>
> I couldn’t find an error report for that code line so I’d like to report it.
>
> I’m using TortoiseSVN-1.10.1.28295-x64-svn-1.10.2 on a german Win7 SP1 Pro 64Bit with latest patches.
>
> I opened the log of a checked-out project and double-clicked a file to see the differences to its previous version.
> I suspect the cause may be TortoiseSVN only passing the folder name without file name to SVN but I can’t tell.
>
>
> Result:
>
> ---------------------------
> 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
> https://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.10.1\ext\subversion\subversion\libsvn_wc\wc_db.c'
> line 10238: assertion failed (svn_dirent_is_absolute(local_abspath))
> ---------------------------
> OK
> ---------------------------
>
> [Window Title]
> TortoiseSVN
>
> [Main Instruction]
> Subversion reported an error:
>
> [Content]
> 'C:\Users\blu\AppData\Local\Temp' is not a working copy
>
> [Schließen]

Hi Benjamin,

Thanks for reporting this.

I tried to reproduce it with TortoiseSVN 1.10.1 on a working copy of
my own, but I can't reproduce this error, no matter which file I
double-click in the log. Could it be that there is something special
about your working copy? For instance, are there any "svn:externals"?
Or is the working copy stored on some specific storage device? Any
other special conditions that might explain me not being able to
reproduce it?

I'm also wondering about the thing mentioned under "[Content]":
'C:\Users\blu\AppData\Local\Temp' is not a working copy.
Is the working copy perhaps located in some roaming profile, or
something like that?

-- 
Johan