3,035
edits
| Line 44: | Line 44: | ||
[root@somebox]$ cvs up -r AUS2_PRODUCTION | [root@somebox]$ cvs up -r AUS2_PRODUCTION | ||
= After the push | = After the push = | ||
* Always be available after updates are pushed | * Always be available after updates are pushed | ||
* Tell the community you have made an update -- blog, planet, etc. | |||
* Keep an eye open for what's going on, file an IT request or page sysadmin for a rollback if necessary | |||
= Rolling back = | |||
* Sysadmins, if the developer did things right, you should be able to rollback by using: | * Sysadmins, if the developer did things right, you should be able to rollback by using: | ||
[root@khan aus]$ cvs up -r AUS2_RTM_[date of original release] | [root@khan aus]$ cvs up -r AUS2_RTM_[date of original release] | ||
For example: | For example: | ||
[root@khan aus]$ cvs up -r AUS2_RTM_200608081426 | [root@khan aus]$ cvs up -r AUS2_RTM_200608081426 | ||
edits