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:19] davegriffithslirec:version_control_guide [2009-02-04 16:23] davegriffiths
Line 13: Line 13:
 The general idea is that code lives on a remote server, and you keep a local copy of the source on your hard drive. You edit files and compile as normal then 'commit' your changes to the remote server. You also need to periodically update your code to get changes that other people have made.  The general idea is that code lives on a remote server, and you keep a local copy of the source on your hard drive. You edit files and compile as normal then 'commit' your changes to the remote server. You also need to periodically update your code to get changes that other people have made. 
  
-The smaller the changes, and the more frequently you commit code, the less hassle you will cause for yourself and other people in the long run. This is an example day's work:+The smaller the changes, and the more frequently you commit code, the better. This is an example day's work:
  
   * 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
  
  • lirec/version_control_guide.txt
  • Last modified: 2009-02-09 11:01
  • by 81.188.78.24