Subversion (SVN) Access
If you are a developer and familiar with SVN, this page is for you.
To checkout Magento's latest and greatest, use the checkout command:
svn checkout http://svn.magentocommerce.com/source/branches/1.0-latest
To checkout the latest packaged release, use the following checkout command:
svn checkout http://svn.magentocommerce.com/source/branches/1.0
To checkout our "work in progress" (alpha version), use the following checkout command:
svn checkout http://svn.magentocommerce.com/source/branches/1.0-trunk/
Please note: Do not use the Alpha Branch in a production environment. We do not guarantee that any of the functionality or code found in our Alpha Branch will be made available in our stable releases.

