Difference between revisions of "Version Control"

From Dreamwidth Notes
Jump to: navigation, search
(New page: == Checking out the code == == Working with bin/cvsreport.pl == == Displaying code changes == == Reverting changes == == Committing changes == Right now, only <ljuser>xb95</ljuser> ca...)
(No difference)

Revision as of 03:05, 16 September 2008

Checking out the code

Working with bin/cvsreport.pl

Displaying code changes

Reverting changes

Committing changes

Right now, only [info]xb95 can do this.

  1. Apply patch to live code
  2. Test the patch
  3. Sync to the cvs copy of the code
  4. hg diff in the repository
  5. hg commit
  6. hg push