zend studio隐藏.svn目录

来源:互联网 发布:springmvc书籍推荐知乎 编辑:程序博客网 时间:2024/06/05 07:53

Remove .svn directories from Zend Studio 7

October 29th, 2009 · 4 Comments

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…).

Project_File_Browser

To remove these svn folders from your project, right click on the project > Build Path > Configure Inclusion / Exclusion Filters…

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.

Add_rule_to_remove_svn_folders_from_zend_studio_project

Tags: PHP · PHP Development

原创粉丝点击