Does anybody know how to exclude files from commit in Zend Studio? I found this option in Netbeans very useful and would like to use it here, too.
I have an external in my project I had to make changes to, 开发者_开发技巧but don't want them committed.
You can enable this option on Zend Studio. Navigate to SVN Preferences (Window -> Preferences -> Team -> SVN), and uncheck the last option of first set "Show selected resources in resource changes pane. Otherwise resources are shown in table".
Right-click on the folder/file: go to Team -> Add to svn:ignore...
That's with version 9.
精彩评论