Install and configure the myeclipse 7.x/ 8.x plugin
Take the installation of subclipse and SVN plug-in as an Example
The configuration method is as follows:
1、download the site-1.6.9.zip file from the official website: subclipse.tigris.org, or http://svnclub.com/index.php? Q = node/125
2. Create a New Plugins in myeclipse 7.x/ 8. X under the installation directory of myeclipse and create the subdirectory SVN,
Decompress the features and plugins folders from site-1.6.9.zip,
Copy to myeclipse 7.x/ 8.x/ plugins/SVN and delete other *. XML files.
3. Create a file SVN. Link under myeclipse 7.x/ 8.x/ dropins with the following content:
Path = [absolute installation path for myeclipse]/plugins/SVN
Save it (note that "/" is used in the path "/").
4. Delete the myeclipse 7.x/ 8.x/ configuration/org. Eclipse. Update folder.
5. Restart myeclipse and OK.
Certificate ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
The configuration process after installation is as follows:
8. Select WINDOW> open perspective> other in the menu bar to open the myeclipse attempt list. At this time, the "SVN repository Indexing" item appears in the View list of myeclipse.
9. Open the svn repository indexing view. In the blank area on the left, right-click → new → repository location.
10. In the URL field, enter http: // ip/SVN/projectname and click Finish.
11. Enter the user name and password, and click OK to view the directory structure under SVN. --------------------------------------------------------------------- Other methods, such as Example 1, myeclipse 6.x
The X operation is relatively simple. You can use the find and install function built in myeclipse through the official link.
1. Open myeclipse and choose help> Software Updates> Find and install from the menu bar;
2. Select search for new features to install and click Next to go to the next step;
3. Click "new remote site". In the displayed dialog box, enter:
Name: SVN
URL: http://subclipse.tigris.org/update_1.4.x
Click OK to close the dialog box and click Finish to automatically download the plug-in installer from myeclipse;
4. After downloading the plug-in, go to the installation screen.
5. Select the svn plug-in to be installed. Remove subclipse integrations from the second option and click Next;
6. Select "I accept the terms in the license agreements" and click Next until you click Finish to go to the next step.
7. start installing the svn plug-in. After installation, restart myeclipse.
The configuration process after installation is as follows:
8. Select WINDOW> open perspective> other in the menu bar to open the myeclipse attempt list. At this time, the "SVN repository Indexing" item appears in the View list of myeclipse.
9. Open the svn repository indexing view. In the blank area on the left, right-click → new → repository location.
10. In the URL field, enter http: // ip/SVN/projectname and click Finish.
11. Enter the user name and password, and click OK to view the directory structure under SVN.
Ii. myeclipse 7.x
To ensure that subclipse works properly, you must have SVN on the client. In fact, subversion commond line like SVN exists.
1. Install the Subversion Client
Go to http://subversion.tigris.org/to see the windowsinstaller. Note that some people love to use turtles. Today, turtles no longer support SVN commond line. You can either install http://www.sliksvn.com/en/downloadto install http://www.collab.net/downloads/subversion /.
2. Download The subclipse 1.6 site package
Decompress this site-1.6.2 and copy features to c: \ Program Files \ genuitec \ common \ features. By default, I installed myeclipse and plugins to C: \ Program Files \ genuitec \ common \ plugins.
3. modify the configuration file
Edit c: \ Program Files \ genuitec \ myeclipse 7.0 \ Configuration \ org. Eclipse. Equinox. simpleconfigurator \ bundles.info:
Add the following content at the end:
Org. Tigris. subversion. clientadapter, 1.6.0.2, file: plugins \ org. Tigris. subversion. clientadapter_1.6.0.2.jar, 4, false
Org. Tigris. subversion. clientadapter. javahl. Win32, 1.6.0.3, file: plugins \ org. Tigris. subversion. clientadapter. javahl. win32_1.6.0.3.jara, 4, false
Org. Tigris. subversion. clientadapter. javahl, 1.6.0.3, file: plugins \ org. Tigris. subversion. clientadapter. javahl_1.6.0.3.jar, 4, false
Org. Tigris. subversion. clientadapter. svnkit, 1.6.0.1, file: plugins \ org. Tigris. subversion. clientadapter. svnkit_1.6.0.1.jar, 4, false
Org. Tigris. subversion. subclipse. Core, 1.6.2, file: plugins \ org. Tigris. subversion. subclipse. core_1.6.2.jar, 4, false
Org.tigris.subversion.subclipse.doc, 1.3.0, file: plugins \ org.tigris.subversion.subclipse.doc _ 1.3.0.jar, 4, false
Org. Tigris. subversion. subclipse. graph, 1.0.7, file: plugins \ org. Tigris. subversion. subclipse. graph_1.0.7.jar, 4, false
Org. Tigris. subversion. subclipse. mylyn, 2.0.4, file: plugins \ org. Tigris. subversion. subclipse. mylyn_2.0.4.jar, 4, false
Org. Tigris. subversion. subclipse. mylyn, 3.0.0, file: plugins \ org. Tigris. subversion. subclipse. mylyn_3.0.0.jar, 4, false
Org. Tigris. subversion. subclipse. UI, 1.6.2, file: plugins \ org. Tigris. subversion. subclipse. ui_1.6.2.jar, 4, false
4. The configuration after installation is the same as 6.x.