The Cairngorm framework is one of several open-source projects in a Subversion repository hosted by Adobe. Subversion is an open-source revision control system used for many open-source projects. If you haven't used it before, please see the official documentation.
There are two ways to access the repository. You can use any web browser to see the structure of the project and view the latest version of each file. However, you must use a Subversion client to perform more complex operations such as reviewing the commit log, looking at older revisions or diffs, or checking out your own working copy to build and test.
To browse the Cairngorm project, go to
http://opensource.adobe.com/svn/opensource/cairngorm3 for Cairngorm 3
http://opensource.adobe.com/svn/opensource/cairngorm for Cairngorm 2
Within the projects are directories named > trunk, > branches, and > tags, as is standard for Subversion projects.
The trunk is work-in-progress on the version under current development. The trunk should build and pass any basic tests in place but may be unstable and unsuitable for use.
Branches are created when projects need to stabilize code for a release.