Confirmed users, Bureaucrats and Sysops emeriti
1,737
edits
Line 24: | Line 24: | ||
** Code for both should always be from the same production tag. | ** Code for both should always be from the same production tag. | ||
** (Programmers should be developing and testing on their own branches, or /trunk/) | ** (Programmers should be developing and testing on their own branches, or /trunk/) | ||
= Tagging for Staging / Production = | = Tagging for Staging / Production = | ||
Line 39: | Line 38: | ||
* When you're '''SURE''' that the patches are correct/make sense, you need to commit it (substitute your rev # for 150): | * When you're '''SURE''' that the patches are correct/make sense, you need to commit it (substitute your rev # for 150): | ||
[clouserw@fattony /data/mozilla.com]$ svn commit -m "Merging revisions 100:150 /trunk/ into /tags/production/" | [clouserw@fattony /data/mozilla.com]$ svn commit -m "Merging revisions 100:150 /trunk/ into /tags/production/" | ||
= When to push = | = When to push = |