Hello,
I get an assertion failed exception while trying to follow a link to a specific SVN revision that is openend up in my Tortoise Client.
We have a SVN repository configured inside our ALM tool Polarion and commits are shown as linked revisions which works fine. However when i click that linked revision it opens up Tortoise and I get that error:
In file
'D:\Development\SVN\Releases\TortoiseSVN-1.14.1\ext\subversion\subversion\libsvn_wc\wc_db.c'
line 9211: assertion failed (svn_dirent_is_absolute(local_abspath))
I guess the link is not probably set up that points to the revision:
svn://emssvn:3691/pathToRepo/svnwebclient/revisionDetails.jsp?rev=$revision$
When I cut the revisionDetails.... part of the link its is directing me correctly to the repository in Tortoise. But I would need to get directly to the exact file/revision.
Anybody has an idea what I am doing wrong?