My issue is basically the same as the following question, except I am using subclipse with svn 1.6.17, which was never really answered.
Missing ranges error message when reintegrating a branch into trunk in Subversion 1.5
I have merged all my changes into branch which seemed to work fine. However when I try and reintegrate the branch back into the trunk I get the following error:
Reintegrate can only be used if revisions 16530 through 24993 were previously merged from Trunk-Repo-URL to the reintegrate source, but this is not the case.
And then it lists some of the files with missing ranges.
When I go to the branch and view the history of those files they are all at revision 24992(I believe they all had issues to correct when been merged). The trunk logically has older revisions.
Any pointers to where I am going wrong as the error seems to be telling me to do something that I have already done.