Changes between Version 21 and Version 22 of DownloadSource
- Timestamp:
- 04/07/08 07:27:10 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DownloadSource
v21 v22 40 40 41 41 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: 42 Note: 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 44 A commit command might look something like: 43 45 44 46 {{{ … … 47 49 48 50 After your first commit SVN will remember your OSGeo user id and password so --username only has be used the first time. 51 52 To 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 49 59 50 60 … … 65 75 After your first commit SVN will remember your OSGeo user id and password so --username only has be used the first time. 66 76 77 To 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 67 85 == Subversion GRASS repository dumpstreams == 68 86 69 87 Incremental dumpstreams of GRASS SVN repository are available at [http://svn.osgeo.org/dumps/grass/]. 88 70 89 71 90 == Online browseable live web interfaces to source code repository == … … 76 95 * [http://svn.osgeo.org/grass/ Raw SVN server HTML interface] 77 96 97 78 98 == Historical CVS == 79 99