Changes between Version 2 and Version 3 of WebPagesManagement


Ignore:
Timestamp:
Dec 19, 2007, 2:14:03 PM (16 years ago)
Author:
neteler
Comment:

+ how to commit

Legend:

Unmodified
Added
Removed
Modified
  • WebPagesManagement

    v2 v3  
    99== Current Web update ==
    1010
    11 Currently, a cronjob reads at http://grass.fbk.eu the contents from SVN and updates the web pages. Various mirror sites are sync'ing via rsync.
     11Committers should take care to use https for access, and use their [http://www.osgeo.org/osgeo_userid OSGeo Userid] for authentication. A commit command might look something like:
     12
     13{{{
     14  svn commit -m "Extended description" somefile.php --username neteler
     15}}}
     16
     17After your first commit SVN will remember your OSGeo user id and password so --username only has be used the first time.
     18
     19Currently, 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.
    1220
    1321== Near Future ==