Changes between Version 119 and Version 120 of CompileOnWindows
- Timestamp:
- 01/16/10 03:23:31 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified CompileOnWindows
v119 v120 147 147 === Optional Installation of Subversion === 148 148 149 The GRASS source tree is stored in an online repository called Subversion. Rather than downloading source trees from the website, subversion lets you keep up to date, and manage your modifications, with simply commands. For more see [http://grass.osgeo.org/wiki/Working_with_SVN Working with SVN].149 The GRASS source tree is stored in an [http://svn.osgeo.org/grass online repository] called Subversion. Rather than downloading source trees from the website, Subversion lets you keep up to date, and manage your modifications, with simply commands. For more see [wiki:HowToSVN here]. 150 150 151 151 1. Download '''Collabnet Subversion Command-Line Client (1.6)''' from [http://www.collab.net/downloads/subversion/ here]. (You'll have to register on Collabnet) 152 152 153 2. Run the installer and install to a path without spaces(?) such as c:/Subversion or c:/Programs/Subversion154 155 3. Open c:\osgeo4w\etc\ini\msys.batand at line 1 add the path to your subversion folder, eg. change:153 2. Run the installer and install to a path without spaces(?) such as {{{c:/Subversion}}} 154 155 3. Open {{{c:\osgeo4w\etc\ini\msys.bat}}} and at line 1 add the path to your subversion folder, eg. change: 156 156 {{{ 157 157 PATH %PATH%;%OSGEO4W_ROOT%\apps\msys\bin … … 159 159 To: 160 160 {{{ 161 PATH %PATH%;%OSGEO4W_ROOT%\apps\msys\bin;/c/ Programs/Subversion161 PATH %PATH%;%OSGEO4W_ROOT%\apps\msys\bin;/c/Subversion 162 162 }}} 163 163