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. |
| 11 | Committers 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 | |
| 17 | After your first commit SVN will remember your OSGeo user id and password so --username only has be used the first time. |
| 18 | |
| 19 | 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. |