I have several resources in various projects which have to be in the repository yet can be modified when checked out to a dev environment to facilitate builds etc in that dev environment (.launch files for custom builders, properties files etc).
The resources show up every time I do a Team->Sync as changed and therefore needing to be committed but actually they don’t as the changes made should not be committed to the base resource in SVN.
Is there a way of permanently telling the Team -> Sync process to ignore these files? I cannot add them the the SVN:Ignore list obviously. Choosing “Remove from view” in the Sync view does remove them but if I sync once again, they re-appear, even though no further changes have happened since removing them from the Synchronise view.
Using MyEclipse 10.7.1 with Subclipse plugin
Thanks.