For a collaborative and successfully environment development

For a collaborative and successfully environment development, the a-team server will work following the next guidelines.
We are using the latest version of press flow on each site, to make this easier for us we will have added a pressflow +version folder (pressflow-6.19.94) to the root site.
You need to copy the pressflow folder content to your website, and call it your site + pressflow version - example: ecotracker-6.19.94
Next you need to add to the www-sites (and this will be the folder where all the information file and application settings will live on), your site sites folder, follow the naming convention : your-site-sites. ex (ecotracker-sites)
In the content folder of your website there is the site folder (normal drupal), you need now to remove this folder and make it a soft link to the ww-sites - your-site-sites
At the folder in the root where your site will be called by the virtual host, you need to make a soft link from to your site+pressflowversion, example ecotracker will called ecotracker-6.19.94.

This guarantees that when updating the pressflow we just need to update our softlink to our sites and to create a new folder with our site name and the pressflow version.
We will also implement features, which will make development easier.

Working with designers and other developers the following workflow will be implemented:
Development:
Developer or designer accesses assmebla svn downloads and installs it in his pc
when they commit it will go to the development server so svn check-out
Production:
drush make will be implemented here and only project manager responsible for that project will make a release

(This procedures can change at any moment)