Changes between Version 16 and Version 17 of DownloadSource
- Timestamp:
- 01/23/08 06:52:42 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DownloadSource
v16 v17 33 33 34 34 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]. Commit ers 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: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]. 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: 36 36 37 37 {{{ … … 50 50 }}} 51 51 52 Update 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 58 After your first commit SVN will remember your OSGeo user id and password so --username only has be used the first time. 59 52 60 == Subversion GRASS repository dumpstreams == 53 61