How to ignore generated folders in SVN
Committing the generated/java folders to SVN is not needed and sometimes even results in strange problems with SVN. So most of the time you want to hide those. The procedure is as follows:
- generate the code (creating generated/java folders)
- commit the results but before commit mark the folders with svn:ignore
- In Eclipse right-click project and choose 'Team' -> 'Sycnchronize ...'
- Then right-click the generated folder and choose svn:ignore