[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: TortoiseSVN assertion failed

From: Stefan Sperling <stsp_at_elego.de>
Date: Fri, 23 Dec 2011 13:08:00 +0100

On Fri, Dec 23, 2011 at 12:05:43PM +0100, Thomas Krebs wrote:
> Am 23.12.2011 02:52, schrieb Stefan Sperling:
> >Are you sure you checked out a new working copy before this happened?
>
> The assertion only happens from the working copy checked out from the
> new server.

> sqlite> select repos_id from nodes where local_relpath = '';
> 1
> sqlite> select repos_id, local_relpath from nodes where
> file_external is not null;
> 2|acisapp.rc
> sqlite>
>
> The file acisapp.rc is an external file.

Thanks. That clearly shows that svn has a problem.
 
> >If my suspicion about file externals is correct this should provide some
> >insight. Normally the repos IDs shown in the first column should all match up.
> >In your case there will be one or more paths shown with a repos_id that
> >differs. Can you check the corresponding external definitions for correctness?
>
> What do you mean with correctness? In the original repository they
> are correct in the way that they work. The URL points to a file on
> the
> server like: https://myserver.mydomain.tld/svn/main/.../blabla

Well, is the URL of this file in the same _repository_ as the working
copy root folder, or not? One server can serve multiple repositories so
your statement doesn't clearly explain the situation.

Can you show the output of these commands?
 cd working_copy
 svn info
 svn info acisapp.rc
Thanks!
Received on 2011-12-23 13:08:39 CET

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.