Changes between Version 34 and Version 35 of DownloadSource
- Timestamp:
- 09/14/08 17:19:09 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified DownloadSource
v34 v35 138 138 139 139 You can download the source code as it existed on a particular day as follows: 140 {{{ 141 svn co -r '{2008-09-01}' https://svn.osgeo.org/grass/grass/branches/develbranch_6 grass6_20080901 142 }}} 140 143 144 You can then step forward in time to another date as follows: 141 145 {{{ 142 svn co -r '{2008-09-01}' https://svn.osgeo.org/grass/grass/branches/develbranch_6 grass6_20080901 146 svn update -r '{2008-09-04}' 143 147 }}} 148 149 This can be useful to help narrow down which change introduced some weird behaviour. 150 144 151 145 152 While SVN history for many individual files exists back to 1999, if you want to go back in time to GRASS 5 days you should use the GRASS 5 CVS instead. The directory layout was widely changed between GRASS 5 and 6 and the earliest version of GRASS 6 that will actually compile on its own will be just before the 5.7.0 development release.