Why does a merge in Eclipse say there are no changes found when I know for sure that there are changes?

1

I have checked out a copy of my code and have the version that I want to merge to.

What I do is:

  1. Right click my working copy
  2. Go to Team>Merge and then select the newer code

and click ok it'll go through the motions and then say no changes found

Sempus

Posted 2013-06-28T18:23:18.170

Reputation: 119

I'm mainly wondering if I'm missing some step. – Sempus – 2013-06-28T18:44:21.117

Can we see the portion of the code you are changing? – Jason Bristol – 2013-06-28T19:38:31.890

Sorry it was so late of a reply, I just noticed this was still open. It wasn't merging because the revision numbers got mixed up. – Sempus – 2013-07-22T17:51:13.877

No answers