Changes between Version 119 and Version 120 of CompileOnWindows


Ignore:
Timestamp:
Jan 16, 2010, 3:23:31 AM (14 years ago)
Author:
martinl
Comment:

svn cosmetics

Legend:

Unmodified
Added
Removed
Modified
  • CompileOnWindows

    v119 v120  
    147147=== Optional Installation of Subversion ===
    148148
    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].
     149The 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].
    150150
    1511511. Download '''Collabnet Subversion Command-Line Client (1.6)''' from [http://www.collab.net/downloads/subversion/ here]. (You'll have to register on Collabnet)
    152152
    153 2. Run the installer and install to a path without spaces(?) such as c:/Subversion or c:/Programs/Subversion
    154 
    155 3. Open c:\osgeo4w\etc\ini\msys.bat and at line 1 add the path to your subversion folder, eg. change:
     1532. Run the installer and install to a path without spaces(?) such as {{{c:/Subversion}}}
     154
     1553. Open {{{c:\osgeo4w\etc\ini\msys.bat}}} and at line 1 add the path to your subversion folder, eg. change:
    156156{{{
    157157PATH %PATH%;%OSGEO4W_ROOT%\apps\msys\bin
     
    159159To:
    160160{{{
    161 PATH %PATH%;%OSGEO4W_ROOT%\apps\msys\bin;/c/Programs/Subversion
     161PATH %PATH%;%OSGEO4W_ROOT%\apps\msys\bin;/c/Subversion
    162162}}}
    163163