Getting started with Subversion

From Aptana Development

This page explains how to get started with Subversion to access the Aptana source code.

Contents

Introduction

Aptana uses a Subversion repository for source control. To access the Aptana Subversion repository, install one of the SVN plug-ins, such as Subclipse or Subversive into your Aptana or Eclipse configuration. Once you have installed one of the SVN plug-ins, you will be able to browse and download the Aptana source code.

Instructions

The instructions below describe how to install an SVN plug-in, such as Subclipse or Subversive, into your Aptana IDE or Eclipse configuration.

Installing Subclipse or Subversive into the standalone Aptana IDE

To install either Subclipse or Subversive into the standalone Aptana IDE:

  1. From the Window menu, select Show View > Other... > Aptana Views > Plugins Manager to open the Plugins Manager View.
  2. On the Plugins Manager View, select either Subclipse or Subversive.
  3. Click the Install button Image:iconInstallPlugin.png to start the installation.
  4. Follow the prompts to complete the installation and re-start Aptana.

Note: If you encounter problems trying to install either plug-in via the Plugins Manager, try the manual instructions below for Eclipse. These instructions should also work for the standalone Aptana IDE.

Installing Subclipse or Subversive into Eclipse

To install Subclipse or Subversive into Eclipse:

  1. Follow the instructions in Installing a plug-in to add a new remote site for Subclipse or Subversive.
  2. Use the following update URL for either Subclipse or Subversive:
  3. Follow the prompts to re-start Eclipse.

Browsing the source code

To browse the source code:

  1. Switch to the perspective for your SVN plug-in (e.g. SVN Repository Exploring).
  2. Access the code repository that you want:
  3. If you are prompted to accept a certificate, accept the certificate "permanently".

Related Topics


Aptana Developer Home