What is cause of "Project out of sync" after executing accept() method for incoming baseline?
Hi Guys,
I implemented code which accept baseline using following code:
connection.accept(AcceptFlags.DEFAULT,targetStream, changeHistorySyncReport,Collections.singletonList(base),changeHistorySyncReport.incomingChangeSets(),monitor);
My program work without exception, but in "Pending Changes view", workspace sync context shows "Project out of sync". Could you please help me to the cause of this issue?
Accepted answer
Just because you accept something into a repository workspace does not necessarily mean it is automatically downloaded into any existing sandbox. So you accept a change into the repository workspace and the Eclipse that tracks the loaded sandbox detects that the local content is not the same as the repository workspace and lets you know.
Comments
showing 5 of 7
show 2 more comments