3,035
edits
| Line 47: | Line 47: | ||
* Always be available after updates are pushed | * Always be available after updates are pushed | ||
* 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 | [root@khan aus]$ cvs up -r AUS2_RTM_[date of original release] | ||
For example: | For example: | ||
[root@khan aus]$ cvs up -r | [root@khan aus]$ cvs up -r AUS2_RTM_200608081426 | ||
edits