Search code examples
eclipsesubversive

Eclipse Subversive SVN client not updating local copies with new files


When I update my local working copy of an SVN repository in Eclipse using the Subversive plugin it isnt bringing any new files which have been added to the SVN repository. It thinks that the local working copy is up to date and if I ask Eclipse to update it it just says no further changes.

Anyone got any ideas why this is happening?


Solution

  • I just discovered this nasty problem too. It might be related to this bug report.

    Deleting the entire tree worked for me too, but that hardly seems like a satisfactory solution. What scares me more is wondering how I will notice that a certain file didn't get updated, if this happens again.