> -----Original Message-----
> From: Ryan Schmidt [mailto:subversion-2016_at_ryandesign.com]
> Sent: maandag 2 mei 2016 09:57
> To: Tomáš Bartek <tomas.bartek3_at_gmail.com>
> Cc: Subversion Users <users_at_subversion.apache.org>
> Subject: Re: Subversion Exception! - on cleanup after uncomplete checkout
>
>
> > On Apr 29, 2016, at 2:17 AM, Tomáš Bartek <tomas.bartek3_at_gmail.com>
> wrote:
> >
> > ---------------------------
> > 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.9.3\ext\subversion\subversion\libsvn_client\cleanup.c'
> > line 227: assertion failed (svn_dirent_is_absolute(dir_abspath))
This is an assertion on the very first line of svn_client_cleanup2(), asserting that the passed argument is an absolute path (required, as documented).
Please report this issue at TortoiseSVN, as they somehow call this function with an invalid path.
Bert
Received on 2016-05-02 15:37:51 CEST