Changes between Version 16 and Version 17 of DownloadSource


Ignore:
Timestamp:
Jan 23, 2008, 6:52:42 AM (16 years ago)
Author:
neteler
Comment:

explained Addons commits

Legend:

Unmodified
Added
Removed
Modified
  • DownloadSource

    v16 v17  
    3333
    3434
    35 Update access to the Subversion repository is governed by [http://download.osgeo.org/grass/grass6_progman/rfc/rfc2_psc.html RFC 2: Legal aspects of code contributions]. Commiters 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:
     35Update access to the Subversion repository is governed by [http://download.osgeo.org/grass/grass6_progman/rfc/rfc2_psc.html RFC 2: Legal aspects of code contributions]. 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:
    3636
    3737{{{
     
    5050}}}
    5151
     52Update access to the Subversion Addons repository is governed by [http://download.osgeo.org/grass/grass6_progman/rfc/rfc2_psc.html RFC 2: Legal aspects of code contributions]. 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:
     53
     54{{{
     55  svn commit -m "Stereo DEM creation" main.c --username glynn
     56}}}
     57
     58After your first commit SVN will remember your OSGeo user id and password so --username only has be used the first time.
     59
    5260== Subversion GRASS repository dumpstreams ==
    5361