I currently have a NetBeans php project setup to sync from my user directory to a different local directory /var/www/myproject . This works great when I'm developing locally (adding, deleting and changing files). The problem occurs when I do an update from source control and pull down changes from another developer. NetBeans does not sync the project files after the source control update. (I have tried the svn update from within the IDE and from a terminal prompt...same result).
Is there a way within the IDE to force the local sync?
Ubuntu 10.04 NetBeans 6.9.1 Source Control - SVN