Mark,
I just noticed that sync view show incoming changes incorrectly for
changes that only include properties. For example:
Update action works very weird on those nodes and does not allow to
get rid of them. I also saw the internal error while trying to run
update on those nodes (see stack trace below).
I recall subversive implementation also suffered from similar issues
in sync view and they were saying that it was an Eclipse issue, which
should be fixed in post 3.2 releases (perhaps 3.2.1 and 3.3).
regards,
Eugene
An internal error occurred during: "SVN Update".
java.lang.IllegalArgumentException: Thread attempted to release a lock
it did not own
at org.tigris.subversion.subclipse.core.util.Assert.isLegal(Assert.java:56)
at
org.tigris.subversion.subclipse.core.util.ReentrantLock.release(ReentrantLock.java:60)
at
org.tigris.subversion.subclipse.core.client.OperationManager.endOperation(OperationManager.java:118)
at
org.tigris.subversion.subclipse.core.commands.UpdateResourcesCommand.run(UpdateResourcesCommand.java:81)
at
org.tigris.subversion.subclipse.ui.operations.UpdateOperation.execute(UpdateOperation.java:70)
at
org.tigris.subversion.subclipse.ui.operations.RepositoryProviderOperation.execute(RepositoryProviderOperation.java:68)
at
org.tigris.subversion.subclipse.ui.operations.SVNOperation.run(SVNOperation.java:89)
at
org.eclipse.team.internal.ui.actions.JobRunnableContext.run(JobRunnableContext.java:144)
at
org.eclipse.team.internal.ui.actions.JobRunnableContext$ResourceJob.runInWorkspace(JobRunnableContext.java:72)
at
org.eclipse.core.internal.resources.InternalWorkspaceJob.run(InternalWorkspaceJob.java:38)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:58)
Received on Wed Aug 9 15:14:15 2006