====== How to get the latest source from Subversion ====== {{tag>flashjs installation documentation}} 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 [[http://www.macromedia.com/go/flashjavascript/|release build]]. You can download a zip file that is created daily that contains the latest source from [[http://weblogs.macromedia.com/flashjavascript/fjs_source.zip|here]]. - Make sure you have [[http://subversion.tigris.org/|SubVersion]] installed. You can do this by typing ''svn'' at the commandline. If you don't have it, then [[http://subversion.tigris.org/|download]] and install it. - From the command line, switch to the directory where you want the source to be downloaded into - 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.