Changes between Version 21 and Version 22 of DownloadSource


Ignore:
Timestamp:
Apr 7, 2008, 7:27:10 AM (16 years ago)
Author:
neteler
Comment:

add a new directory explained

Legend:

Unmodified
Added
Removed
Modified
  • DownloadSource

    v21 v22  
    4040
    4141
    42 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]. 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:
     42Note: Write 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.
     43
     44A commit command might look something like:
    4345
    4446{{{
     
    4749
    4850After your first commit SVN will remember your OSGeo user id and password so --username only has be used the first time.
     51
     52To add a new directory, please use (after checking that tmp files were removed and file permissions are appropriate):
     53
     54{{{
     55  svn add newdir
     56  svn commit -m "New xyz functionality uploaded" newdir
     57}}}
     58
    4959
    5060
     
    6575After your first commit SVN will remember your OSGeo user id and password so --username only has be used the first time.
    6676
     77To add a new directory, please use (after checking that tmp files were removed and file permissions are appropriate):
     78
     79{{{
     80  svn add newdir
     81  svn commit -m "New xyz functionality uploaded" newdir
     82}}}
     83
     84
    6785== Subversion GRASS repository dumpstreams ==
    6886
    6987Incremental dumpstreams of GRASS SVN repository are available at [http://svn.osgeo.org/dumps/grass/].
     88
    7089
    7190== Online browseable live web interfaces to source code repository ==
     
    7695 * [http://svn.osgeo.org/grass/ Raw SVN server HTML interface]
    7796
     97
    7898== Historical CVS ==
    7999