Reputation: 13
I am currently using Eclipse 3.5.0 (Build id: 20090619-0625) with Subeclipse for SVN. I am looking for the feature that will update my local machine with the latest code that resides in the repository. I have seen the Team > Synchronise With Repository option, but i'm not sure if this will do what I want it to do.
I don't want to commit anything to the repository, I know how to do that no problem. I just want to update my local copy of the PHP project with what is on the server.
Any help appreciated.
Thanks, Picco
Upvotes: 1
Views: 186
Reputation: 1960
I know this could sound bad, but in my experience is safer to do not use subeclipse to commit or update.
I use subeclipse only for the icons, to remember me which files I modified. The I use Tortoise to commit or update my working copy.
Upvotes: 1