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:
- From the Window menu, select Show View > Other... > Aptana Views > Plugins Manager to open the Plugins Manager View.
- On the Plugins Manager View, select either Subclipse or Subversive.
- Click the Install button
to start the installation. - 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:
- Follow the instructions in Installing a plug-in to add a new remote site for Subclipse or Subversive.
- Use the following update URL for either Subclipse or Subversive:
- Follow the prompts to re-start Eclipse.
Browsing the source code
To browse the source code:
- Switch to the perspective for your SVN plug-in (e.g. SVN Repository Exploring).
- Access the code repository that you want:
- https://source.aptana.com/aptanarepo/aptana/ide_suite/branches/aptana_ide_0.2.9/ (M9, APL)
- https://source.aptana.com/aptanarepo/aptana/ide_suite/branches/aptana_ide_0.2.10/ (M10, GPL/APL)
- https://source.aptana.com/aptanarepo/aptana/ide_suite/branches/aptana_ide_1.0/ (GPL/APL)
- https://source.aptana.com/aptanarepo/aptana/ide_suite/branches/aptana_ide_1.1/ (GPL/APL)
- If you are prompted to accept a certificate, accept the certificate "permanently".


