Changes between Version 7 and Version 8 of WebPagesManagement
- Timestamp:
- 05/04/08 13:46:34 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WebPagesManagement
v7 v8 35 35 Currently, a cronjob reads several times a day at http://grass.fbk.eu the contents from SVN and updates the web pages. Various mirror sites are sync'ing via rsync. 36 36 37 38 == Reverting a change == 39 40 You committed a change and, oh!, this should not have happened? Then revert it! Get the changeset number (and the previous one) from "timeline" above, then: 41 42 {{{ 43 svn merge -r 31242:31241 https://svn.osgeo.org/grass/grass-web/trunk 44 svn ci -m"reverted last change" file_which_was_changed.html 45 }}} 46 37 47 == Near Future == 38 48