Changes between Version 47 and Version 48 of InstallUbuntuSvn


Ignore:
Timestamp:
Mar 25, 2015, 11:01:28 AM (9 years ago)
Author:
steve
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InstallUbuntuSvn

    v47 v48  
    11= Installing current version of ANUGA research code on Ubuntu  14.04 =
    22
    3 == Install {{{Subversion}}} ==
     3== Install {{{git}}} ==
    44
    5 We need {{{subversion}}} (or {{{git}}}) to install {{{anuga}}}.
     5We need {{{git}}}) to install {{{anuga}}}.
    66
    7 Use {{{apt-get}}} to install {{{subversion}}} via
     7Use {{{apt-get}}} to install {{{git}}} via
    88
    99{{{
    10 sudo apt-get install subversion
     10sudo apt-get install git
    1111}}}
    1212
     
    1616
    1717{{{
    18 svn checkout https://anuga.anu.edu.au/svn/anuga/trunk/anuga_core anuga_core
     18git clone https://github.com/GeoscienceAustralia/anuga_core.git
    1919}}}
    2020
     
    7272
    7373{{{
    74 svn update
     74git pull
    7575}}}
    7676