You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Tomáš Bartek <to...@gmail.com> on 2016/04/29 09:17:37 UTC

Subversion Exception! - on cleanup after uncomplete checkout

---------------------------
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))
---------------------------
OK
---------------------------

RE: Subversion Exception! - on cleanup after uncomplete checkout

Posted by Bert Huijben <be...@qqmail.nl>.

> -----Original Message-----
> From: Ryan Schmidt [mailto:subversion-2016@ryandesign.com]
> Sent: maandag 2 mei 2016 09:57
> To: Tomáš Bartek <to...@gmail.com>
> Cc: Subversion Users <us...@subversion.apache.org>
> Subject: Re: Subversion Exception! - on cleanup after uncomplete checkout
> 
> 
> > On Apr 29, 2016, at 2:17 AM, Tomáš Bartek <to...@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



Re: Subversion Exception! - on cleanup after uncomplete checkout

Posted by Ryan Schmidt <su...@ryandesign.com>.
> On Apr 29, 2016, at 2:17 AM, Tomáš Bartek <to...@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))
> ---------------------------
> OK   
> ---------------------------

Could you be more specific about what you mean by "uncomplete checkout"?