Why am I getting an "Accepting change sets" [Local projects are out of sync] message?
2 answers
From my experience, the out of sync typically happens if
- You did changes to the local files and Eclipse did not realize that
- The same repository workspace got loaded twice and one of the loaded versions was changed
Don't load the same repository workspace in two different Eclipse workspaces. If you feel the need to, create a stream with the content of the repository workspace, flow to that and create a second repository workspace from that stream.
There might be other cases (I am not a heavy SCM user), but these are the ones I would explore first.
Comments
Hi Eddie,
The most probable explanation coming to my mind is that someone has delivered any changes to your workspace.
The most probable explanation coming to my mind is that someone has delivered any changes to your workspace.
Comments
showing 5 of 7
show 2 more comments