Technical
Updating Deployed Application

  1. Before commit run all tests
    
    rake test_units
    rake test_plugins
    rake test_functional
    
  2. Only if you did not break anything then commit your changes
    
    cvs commit -m "Corrected the spelling of 'file'." file.html 
    
  3. Go to the server and update the source code of the application
    
    cvs update file.html 
    
  4. Run all tests