Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Subversive and Eclipse - after commit, it still shows outgoing changes

when using Subversive in Eclipse and committing my outgoing changes to my repo, often eclipse still shows the files as it seems that they have outgoing changes.

Restarting Eclipse solves the problem. The same happens in the Team Synchronizing perspective, even after selecting "Remove current synchronization" from Synchronize popup menu.

I'm using latest Eclipse Indigo (build id 20110615-0604) with Polarion conenctors for SVN 1.6.

Any idea's what is causing this?

Thanks! Ronald

like image 853
Ronald Avatar asked Sep 17 '11 11:09

Ronald


People also ask

What is synchronize with repository SVN eclipse?

Synchronize with Repository is something similar to svn status -u , but even more. It will open a Synchronize tab (or perspective) that displays overview of your local (outgoing) modifications versus repository (incoming) modifications.

What is Team Synchronizing in eclipse?

In the synchronization perspective, both incoming and outgoing changes are analyzed before they are synchronized; that is, for incoming changes, synchronization means that your working copy is updated (corresponds to Team > Update) and for outgoing changes, synchronization means that your changes are committed.


1 Answers

Eclipse Indigo is distributing a version with known bugs. See here:

https://bugs.eclipse.org/bugs/show_bug.cgi?id=329555

like image 126
Chris Lott Avatar answered Oct 24 '22 07:10

Chris Lott