Table of Contents

Back to Tutorial Index

Tutorial Part 2 - Installing SVN Support

Apache Subversion (or SVN for short) is a version control system used to store and keep track of project source code. The LiteLoader source you will use for development is hosted on a public SVN repository and you can use an SVN client to download the source into your Eclipse workspace.

Eclipse doesn't have an SVN Team Provider “out of the box”, but installing one from the Eclipse repository is very easy.

Installing Subversive SVN

First, open Eclipse and select the default workspace (we will change this later on but leave it alone for now). Then from the “Help” menu select “Install New Software…”

Eclipse is provided with a default software repository or “site”.

Once Eclipse has restarted you will be presented with a welcome screen. You are now ready to install the SVN Connector which will be used to link the Team Provider to the SVN repository.

Installing the SVN Connector

Normally the Team Connector screen is displayed the first time you open a project after installing Subversive, however we don't have any projects in this temporary workspace so we will take an alternative route to get the prompt to be displayed.