Subversion tips and tricks

From Aptana Development

This page gives a list of tips and tricks for working with the Aptana source code in Subversion.

Contents

Introduction

Aptana uses a Subversion repository for source control. This page provides tips and tips for working with the Aptana repository.

For detailed help with a specific SVN plug-in, see the web site for your plug-in.

Tips and Tricks

Aptana repository URLs

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)

Checking out code

To check out Aptana code, use the checkout command, not the import command.

Troubleshooting your connection

The site is set to grant read only access with no password. If you have trouble connecting, check the following things:

  • Make sure to access via https, not http. The http site is password protected.
  • You may need to clear your SSL session info from you browser:
    • In Firefox- hit Ctrl-shift-delete (or Tools-> Clear private data) and select "Authenticated sessions" and click "Clear Private Data Now".
    • In Internet Explorer- from the menu select tools -> Internet Options. Click the content tab, click the Clear SSL State button.
  • Browse to the site. If prompted to accept a certificate, accept it permanently.

Related Topics


Aptana Developer Home