Difference between revisions of "Version Control"

From Dreamwidth Notes
Redirect page
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...)
 
(Redirected page to Git How To)
 
(80 intermediate revisions by 18 users not shown)
Line 1: Line 1:
== Checking out the code ==
+
#REDIRECT [[Git How To]]
 
+
== Working with bin/cvsreport.pl ==
+
 
+
== Displaying code changes ==
+
 
+
== Reverting changes ==
+
 
+
== Committing changes ==
+
 
+
Right now, only <ljuser>xb95</ljuser> can do this.
+
 
+
# Apply patch to live code
+
# Test the patch
+
# Sync to the cvs copy of the code
+
# <code>hg diff</code> in the repository
+
# <code>hg commit</code>
+
# <code>hg push</code>
+
 
+
[[Category: Development]]
+

Latest revision as of 07:38, 21 October 2014