I recently upgraded from Zend Studio 6 to the Zend Studio 7.1 beta. During the upgrade, all of my .svn folders showed up in the file browser (who would ever want to see their .svn folders in the file browser…).
To remove these svn folders from your project, right click on the project > Build Path > Configure Inclusion / Exclusion Filters…
Click “Add…” next to the “Exclusion patterns:” box. Add the rule “**/.svn/”. The “**/” will make it a recursive rule. Click Finish and your annoying .svn folders should now be hidden in the file browser.










2 responses so far ↓
1 Frank // Feb 10, 2010 at 3:25 pm
Thanks I was looking for the right syntax to do this.
2 Neil // Feb 26, 2010 at 1:05 am
Likewise thanks, I tried about 5 different patterns, but didn’t think to include the trailing slash.
Leave a Comment