

Now go again to the SVN Repository Exploring perspective, select New > Repository Location and give the URL of your local repository.īefore I checked out my projects, I wanted to be able to check them out as Maven projects. Install them, you might be warned to accept unsigned content, but that is OK and restart Eclipse: When opening the perspective for the first time I got the following dialog and selected the corresponding connectors for my svn and windows version. Go to Window > Open Perspective > Other and select SVN Repository Exploring :


The following steps explain how to do that: You can then launch eclipse by clicking on eclipse.exe:įor code versioning I currently use Subversion (SVN), and the easiest way to integrate it in Eclipse is by using the Subversive project.

Before your start eclipse you will want to specify the JVM to use and tweak a few VM parametersin eclipse.ini This is how my eclipse.ini looks like: -startup Unzip the downloaded zip file in a folder of your preference. In my case I chose the standard Keppler version for Windows 64 bit. Go to eclipse downloads or google “ download eclipse“, select the version of your preference and save it to your local disk.
