Confirmed users, Bureaucrats and Sysops emeriti
1,737
edits
Line 38: | 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/" | ||
* Then make a snapshot tag for easy reference: | |||
[clouserw@fattony ~]$ svn copy -r 150 svn+ssh://svn.mozilla.org/projects/mozilla.com/trunk svn+ssh://svn.mozilla.org/projects/mozilla.com/tags/prod_`date +%Y%m%d%H%M` -m "Creating snapshot tag of /trunk/ at r150" | |||
= When to push = | = When to push = |