SVN access
If you want to stay up-to-date on the latest Plone4Artists developments, you can checkout the latest versions of the code from our subversion repository.
Anonymous access
If you're using one of the GUI programs, such as SCPlugIn (Mac OS X), RapidSVN (Windows), or TortoiseSVN (Windows), it's usually a matter of right-clicking in the folder into which you want the files checked out.
Otherwise, if you're on a Unix server, you need to download the subversion client, and then issue this command to get all Plone4ArtistsSite bundle, which includes all the Plone4Artists products.
svn co http://www.plone4artists.org/svn/projects/Plone4ArtistsSite/bundles/p4asite-trunk/
For individual products, use the following command. For example, to check out Plone4ArtistsAudio, you would use:
svn co http://www.plone4artists.org/svn/projects/Plone4ArtistsAudio/trunk Plone4ArtistsAudio
Developer access
If you would like commit privileges to the repository, please contact us.For all the products, use this command:
svn co --username un --password pw http://www.plone4artists.org/svn/projects/Plone4ArtistsSite/bundles/p4asite-trunk/
Or for individual products, use these commands:
svn co --username un --password pw http://plone4artists.org/svn/projects/Plone4ArtistsAudio/trunk/ Plone4ArtistsAudio
Where un is your username and pw is your password.
Remember, don't commit that code until you have the tests to prove it works!