How to get the latest source from Subversion

This page describes how to get the latest source from Subversion. Note, that the version in Subversion may not be as stable as the current release build.

You can download a zip file that is created daily that contains the latest source from here.

  1. Make sure you have SubVersion installed. You can do this by typing svn at the commandline. If you don’t have it, then download and install it.
  2. From the command line, switch to the directory where you want the source to be downloaded into
  3. From the command line run the following command
svn checkout http://svn1.cvsdude.com/osflash/flashjavascript/

This will create a directory called “flashjavascript” that contains the latest source.