Discussion:
Subversion Exception
Helge Belsvik
2018-03-12 07:56:14 UTC
Permalink
I got this message when trying to commit updated files:



---------------------------

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.7\ext\subversion\subversion\lib
svn_wc\wc_db.c'

line 10235: assertion failed (svn_dirent_is_absolute(local_abspath))

---------------------------

OK

---------------------------



MVH/Best Regards,



- Helge
Johan Corveleyn
2018-03-12 10:45:13 UTC
Permalink
Post by Helge Belsvik
---------------------------
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
In file
'D:\Development\SVN\Releases\TortoiseSVN-1.9.7\ext\subversion\subversion\libsvn_wc\wc_db.c'
line 10235: assertion failed (svn_dirent_is_absolute(local_abspath))
---------------------------
OK
---------------------------
There must be something special with the state of your working copy,
or with the input you're giving TortoiseSVN to commit files. Can you
determine what's special about it?

Or even: can you reproduce this error with a self-containing testcase,
starting with a new, empty svn repository (created with "svnadmin
create", then checking that out with "svn co XXX" and building a
working copy and performing actions until you can replicate this
error)?
--
Johan
Continue reading on narkive:
Loading...