Changes between Version 7 and Version 8 of WebPagesManagement


Ignore:
Timestamp:
May 4, 2008, 1:46:34 PM (16 years ago)
Author:
neteler
Comment:

Reverting a change explained

Legend:

Unmodified
Added
Removed
Modified
  • WebPagesManagement

    v7 v8  
    3535Currently, 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.
    3636
     37
     38== Reverting a change ==
     39
     40You 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
    3747== Near Future ==
    3848