Doing a SVN merge from pre_prod branche to b1 branche I get following error:
D:\Web\projet\branches>svn merge svn://10.10.10.10/projet/branches/pre_prod b1
svn: E195016: Reintegrate can only be used if revisions 239 through 259 were previously
merged from svn://10.10.10.10/projet/branches/b1 to
the reintegrate source, but this is not the case:
branches/pre_prod
Missing ranges: /branches/pre_prod:241,245
branches/pre_prod/src/Type
Missing ranges: /branches/pre_prod/src/Type:245
I want to try this answer from SO.
But I've a difference with his case, his error says:
branches/bronze_services/occl
Missing ranges: /trunk/occl:650-693
Which are two different branches, whereas my error says me to merge pre_prod branches with itself. How is it possible?
Moreover my error message says to merge missing revisions from svn://10.10.10.10/projet/branches/b1.
I don't understand it, what should I merge and from where?