Table of Contents
EPP3怎么安装SVN(EclipsePHP Studio 3.0),epp3svn
我想问一下,我用EclipsePHP Studio 30 简体中文版 EPP3,想建一个php文件,可是点击新建php后出现下面
EclipsePHP Studio 3设置
Home php教程 php手册 EPP3怎么安装SVN(EclipsePHP Studio 3.0),epp3svn

EPP3怎么安装SVN(EclipsePHP Studio 3.0),epp3svn

Jun 13, 2016 am 09:25 AM
php file

EPP3怎么安装SVN(EclipsePHP Studio 3.0),epp3svn

如果你和我一样,喜欢用eclipse,你想用用他来开发PHP,那么EPP是一个不错的选择(个人觉得,中文版的有点不习惯)

我们一般都用svn来进行版本控制和代码共享,但是用epp3的时候会遇到这么一个问题,那就是他没有集成svn,并且不能安装新的插件

你在点击安装新软件的时候会出现以下情况

epp3不让你安装新的软件

解决办法如下:

1.去下载org.eclipse.equinox.p2.engine.zip,替换掉原来的(路径为:根目录\p2\下),下载地址http://download.csdn.net/download/misul/7917775

替换后如果你在点击安装新软件的话就不会出现这种情况了

2.然后点击“安装新软件...”,开始安装svn插件,注:如果自己会安装svn插件的话可以略过,自行安装即可

方法1.点击“添加”,会弹出一个对话框,名称那你自己起个名字,知道他是svn插件就行了

  位置那点击“Archive...”,选择svn-eclipse-site-1.6.10.zip的路径,下载地址:http://download.csdn.net/download/misul/7917799

  点击“确定”,就会解析出来里面的插件内容,全选,下一步*2,,点击“完成”,然后就会安装了,等一会安装好了就可以用了

方法2.在线安装

  大体步骤同方法1,不同的地方就是在添加之后的那个对话框,位置那不用点击“Archive...”,直接复制安装地址http://subclipse.tigris.org/update_1.8.x/粘贴上就行,后面的步骤一样,这种方法是在线安装会有些慢

安装完成后,重启epp就可以用svn了,如果你习惯用其他的代码版本管理插件,也可以安装其他的,主要在第一步,解除epp对安装插件的限制就可以了

我想问一下,我用EclipsePHP Studio 30 简体中文版 EPP3,想建一个php文件,可是点击新建php后出现下面

您好,知友,出现此情况的意思是“文件夹必须被指定”,但是您没有指定。

只需在第一个文本框中输入指定的资源文件夹即可,或者点击“browse”浏览。

希望对您有帮助!

若我的回答对您有所帮助,请点击下方【选为满意答案】,及时采纳您将会得到5个财富值哦。
 

EclipsePHP Studio 3设置

我也想知道同样的问题~本来新鲜就换了新版本,结果发现好多人都没找到这个功能~~我考虑是不是换回去了~~哎~
 

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

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

How to open php files on mobile phone How to open php files on mobile phone Nov 13, 2023 am 11:08 AM

To open a php file on a mobile phone, you need to set up a server environment that can run php on the mobile phone and upload the php file to the server. Then, enter the IP address or domain name of the server, plus the path to the php file, into the browser on your phone to open the php file and view its contents.

How to deal with case errors in PHP file paths and generate corresponding error messages How to deal with case errors in PHP file paths and generate corresponding error messages Aug 08, 2023 pm 09:45 PM

How to deal with case errors in PHP file paths and generate corresponding error messages. In the process of developing PHP programs, we often encounter the problem of case errors in file paths. Since Windows and Linux systems handle file path case differently, when the program passes the test using the Windows system in the development environment, it may cause path errors when it is deployed to the Linux server. In order to solve this problem, we can use some methods to deal with the large file path

How to open php file How to open php file Sep 01, 2023 am 11:53 AM

Steps to open a php file: 1. Select a text editor; 2. Create a new file in the selected text editor and save it as a .php file; 3. Write PHP code in the created PHP file; 4. To run PHP files on your local computer, you need to set up a server environment; 5. After installing the server environment, you need to put the PHP files into the server directory; 6. Once you put the PHP files into the server directory, you can browse server to run it.

Several aspects of content can be included in the .php file Several aspects of content can be included in the .php file Mar 06, 2023 pm 05:32 PM

What can be included in the php file: 1. The starting tag "<?php" and the ending tag "?>", all PHP code must be written inside this pair of tags; 2. The semicolon ";" is a PHP statement The delimiter also represents the instruction for code execution; 3. Comments, including single-line comments "//", multi-line comments "/* */", and Shell comments "#"; 4. Line breaks, which can Enhance the readability of the code; 5. Code segments (such as functions, etc.).

how to open php file how to open php file Jan 24, 2024 pm 04:12 PM

Tools for opening php files: 1. Notepad++; 2. Sublime Text; 3. Visual Studio Code; 4. Eclipse; 5. XAMPP. Detailed introduction: 1. Notepad++, which is a free text editor that supports multiple programming languages, including PHP. It has functions such as syntax highlighting and code folding, making it easier to read and edit PHP code; 2. Sublime Text , a powerful text editor and more.

What code can a PHP file contain? What code can a PHP file contain? Aug 01, 2023 pm 01:34 PM

PHP files can contain code: 1. PHP code, used to complete various server-side tasks; 2. HTML code, used to define the structure and layout of the web page; 3. CSS code, used to define the style of the web page; 4. JavaScript Code, used to implement various dynamic interaction functions in web pages; 5. SQL code, used to operate the database; 6. The file contains code, which can modularize the code; 7. Third-party libraries and frameworks, which can be quickly constructed Feature-rich application.

What are the prerequisites for running PHP programs? What are the prerequisites for running PHP programs? Mar 26, 2024 pm 03:45 PM

Title: Prerequisites and examples for running PHP programs. PHP is a scripting language widely used in web development. Many websites use PHP to run their dynamic content. To successfully run a PHP program, some prerequisites must be met. The following will introduce the prerequisites for running PHP programs and provide specific code examples. Server environment First of all, PHP programs need to run normally in a server environment that supports the PHP language. The most common server environment is an Apache server and requires a PHP interpreter to be installed

How to handle PHP file encoding errors and generate corresponding error messages How to handle PHP file encoding errors and generate corresponding error messages Aug 06, 2023 pm 02:09 PM

How to handle PHP file encoding errors and generate corresponding error messages. When developing PHP applications, file encoding errors are often encountered. These errors may cause the program to fail to run properly or display garbled code in front of the user. In order to better handle these errors and generate corresponding error messages, we can take some common solutions. Determine the file encoding First, we need to determine the encoding format of the file. Common encoding formats include UTF-8, GBK, etc. You can view it through the "Save As" function of your text editor.

See all articles