- Java EE 8 Development with Eclipse
- Ram Kulkarni
- 150字
- 2025-04-04 16:37:02
Installing the Eclipse Subversion plugin
- Open the Eclipse Marketplace by selecting the Help | Eclipse Marketplace menu. Search for subversion:

Figure 3.1: Installing the Subversion plugin
- Install the plugin. Before we configure an SVN repository in Eclipse, we need to select/install an SVN Connector. Go to Eclipse Preferences and type svn in the filter box. Then, go to the SVN Connector tab:

Figure 3.2: SVN Connector preferences
If no connectors are installed, then you will see a Get Connectors... button. Click the button.
- Eclipse displays a number of available connectors. We will choose the SVN Kit connector and install it (click the Finish button):

Figure 3.3: The SVN Connector Discovery wizard
- We will now configure an existing SVN repository in Eclipse. Select the Window | Open Perspective | Other menu and then select the SVN Repository Exploring perspective:

Figure 3.4: Open SVN perspective