Discussion:
Tortoise SVN 1.10 exception line 2257: assertion failed (start_rev > end_rev)
Randy Martinez
2018-04-25 23:59:23 UTC
Permalink
I'm on Tortoise SVN 1.10 and I'm getting this exception trying to resolve
any merge conflict from a merge:

---------------------------
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
https://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.10.0\ext\subversion\subversion\libsvn_client\conflicts.c'
line 2257: assertion failed (start_rev > end_rev)
---------------------------
OK
---------------------------
Stefan Sperling
2018-04-26 10:14:41 UTC
Permalink
Post by Randy Martinez
I'm on Tortoise SVN 1.10 and I'm getting this exception trying to resolve
Unfortunately, we do not learn enough from the information provided
to independently reproduce this problem.

Can you explain which series of operations leads to this assertion
failure, ideally when starting from a new empty repository?

Thanks.
Post by Randy Martinez
---------------------------
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
https://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.10.0\ext\subversion\subversion\libsvn_client\conflicts.c'
line 2257: assertion failed (start_rev > end_rev)
---------------------------
OK
---------------------------
Randy Martinez
2018-04-26 16:35:07 UTC
Permalink
I've figured it out. I just started a new job and I was trying to wrongly
merge a older branch into a newer branch that already had the old branches
revisions and that was how the exception was being generated.
Post by Stefan Sperling
Post by Randy Martinez
I'm on Tortoise SVN 1.10 and I'm getting this exception trying to resolve
Unfortunately, we do not learn enough from the information provided
to independently reproduce this problem.
Can you explain which series of operations leads to this assertion
failure, ideally when starting from a new empty repository?
Thanks.
Post by Randy Martinez
---------------------------
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
https://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.10.0\ext\
subversion\subversion\libsvn_client\conflicts.c'
Post by Randy Martinez
line 2257: assertion failed (start_rev > end_rev)
---------------------------
OK
---------------------------
Loading...