Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revisionBoth sides next revision
lirec:version_control_guide [2009-02-04 16:20] davegriffithslirec:version_control_guide [2009-02-04 16:24] davegriffiths
Line 17: Line 17:
   * First thing, update to get the latest code from the server   * First thing, update to get the latest code from the server
   * Build the new code, check it works   * Build the new code, check it works
-  * Start working on a new feature as normal, edit - compile - test+  * Start working on a new feature as normal, edit - compile - test...
   * Finish working on the new feature   * Finish working on the new feature
-  * Update and test the latest code on your machine +  * Update and test the latest code on your machine with your new feature 
-  * Commit your new code with a message explaining what the new feature is+  * Commit your new code with a message explaining what has been added
   * Start working on the next feature   * Start working on the next feature
  
Line 35: Line 35:
   * Commit the new feature   * Commit the new feature
  
-The key point is that everyone is trying to make sure the version of the code on the server works as much of the time as possible. It's not the end of the world if the central version is broken, but it should be a priority to fix it, as it will hold people up from working.+The key point is that everyone is trying to make sure the version of the code on the server works as much of the time as possible. It's not a massive problem if the central version is broken, but it should be a priority to fix it, as it will hold people up from working.
  
 =====SVN Basics===== =====SVN Basics=====
  • lirec/version_control_guide.txt
  • Last modified: 2009-02-09 11:01
  • by 81.188.78.24