Log in

Subclipse

Subversion (SVN) is a code versioning system, and as such helps software development in teams.

Subclipse is an eclipse plugin that helps using SVN by providing integration for updating (adding other's code into the local working copy) commiting (uploading own changes to the central repository) merging, conflict resolution (determining how to apply simultaneous changes in local and remote code)

(The following was tested with Eclipse 3.6 Helios)

Installation

Subclipse, as an eclipse plugin, is installed over its update site:

Open Help/Install New Software...

Click Add... and enter a name and the update site URL [1]

Wait for the list to be built and Select "Subclipse"

Click through the following pages, accepting the license agreement, confirming the installation of unsigned software, until you are prompted to restart eclipse.

Configuring a Project

To demonstrate the use of the plugin, I will create an eclipse project for the MTG Forge software.

...coming soon!