Home > Backend Development > PHP Tutorial > How to install SVN for EPP3 (EclipsePHP Studio 3.0), epp3svn_PHP tutorial

How to install SVN for EPP3 (EclipsePHP Studio 3.0), epp3svn_PHP tutorial

WBOY
Release: 2016-07-13 10:19:12
Original
896 people have browsed it

How to install SVN (EclipsePHP Studio 3.0) with EPP3, epp3svn

If you are like me and like to use eclipse and you want to use it to develop PHP, then EPP is a good choice (Personally, I feel that the Chinese version is a bit unfamiliar)

We generally use svn for version control and code sharing, but when using epp3, we will encounter such a problem, that is, it does not integrate svn and cannot install new plug-ins

The following will happen when you click to install new software

epp3 won’t let you install new software

The solution is as follows:

1. Download org.eclipse.equinox.p2.engine.zip and replace the original one (the path is: under the root directory p2), the download address is http://download.csdn.net/download/misul/7917775

After replacement, if you click to install new software, this situation will not occur

2. Then click "Install New Software..." to start installing the svn plug-in. Note: If you know how to install the svn plug-in, you can skip it and install it yourself

Method 1. Click "Add" and a dialog box will pop up. Give it a name yourself. Just know that it is an svn plug-in.

Click "Archive..." at the location, select the path of svn-eclipse-site-1.6.10.zip, download address: http://download.csdn.net/download/misul/7917799

Click "OK", and the plug-in content inside will be parsed. Select all, next step*2, , click "Finish", and then it will be installed. You can use it after it is installed.

Method 2. Online installation

The general steps are the same as method 1. The difference is the dialog box after adding. There is no need to click "Archive..." at the location. Directly copy the installation address http://subclipse.tigris.org/update_1.8. x/ Just paste it, the following steps are the same, this method will be a bit slow to install online

After the installation is completed, restart epp and you can use svn. If you are used to using other code versions to manage plug-ins, you can also install other ones. The main step is to lift the restrictions on plug-in installation by epp

I would like to ask, I use EclipsePHP Studio 30 Simplified Chinese version EPP3, and want to create a php file, but after clicking New php, the following appears

Hello friends, this situation means "the folder must be specified", but you did not specify it.

Just enter the specified resource folder in the first text box, or click "browse" to browse.

Hope it helps!

If my answer is helpful to you, please click [Select as satisfactory answer] below. If you adopt it in time, you will get 5 wealth points.

EclipsePHP Studio 3 Settings

I also want to know the same question~ I changed to a new version when it was new, but I found that many people didn’t find this feature~~ I’m thinking about switching back~~Hey~

www.bkjia.comtruehttp: //www.bkjia.com/PHPjc/878337.htmlTechArticleHow to install SVN (EclipsePHP Studio 3.0) in EPP3, epp3svn If you are like me and like to use eclipse, you want to use Use it to develop PHP, then EPP is a good choice (personally, in...
Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template