Zend Studio – Subclipse instead of Subversion
Zend Studio For Eclipse (v6.1.x) is shipped with Subversion for SVN access. I’ve worked with PDT and Subclipse for a year and find this SVN access plugin better. I also don’t need CSV access at all, so decided to remove both CSV and Subversion plugins.
First of all, locate Zend Studio home, then:
- Go into features and find directory org.zend.php_6.1.x.blahblach (with highest possible version number, locate feature.xml file.
- Open it with some text editor. In case of Vista and Zend Studio located in Program Files directory be sure that editor was started as an Administrator
- Find
<import feature="org.eclipse.team.svn" version="0.7.1" match="equivalent"/>
In <requires> block and commend it out (<!—and –> just like HTML)
- Close file. Go back to features
- Delete every directory which name constains svn or cvs
- Navigate to features sibiling, plugins
- Delete every .jar file or folder which name contains svn or cvs
- Start Zend Studio – you should see no SVN or CSV Browsing perspectives.
- Navigate to http://subclipse.tigris.org/install.html and follow instructions. Restart Zend once again and viola! Subclipse works!