Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 14 and Version 15 of pps/download


Ignore:
Timestamp:
Feb 21, 2019, 1:47:38 PM (5 years ago)
Author:
wiesep
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • pps/download

    v14 v15  
    1515 4. Now check out the latest revision of the data repository (you will probably be asked for a username and password once):
    1616{{{
    17 svn co http://svn.orxonox.net/game/data/data_extern
     17svn co https://svn.orxonox.net/game/data/data_extern
    1818}}}
    1919 4.1 Open a new terminal tab, to work in parallel.
     
    2323 4.2 Now get the latest revision of the tutorial:
    2424{{{
    25 svn co http://svn.orxonox.net/game/code/branches/cegui0.8_ogre1.9 trunk
     25svn co https://svn.orxonox.net/game/code/branches/cegui0.8_ogre1.9 trunk
    2626}}}
    2727
     
    2929{{{
    3030mkdir dependencies && cd dependencies
    31 svn co http://svn.orxonox.net/downloads/ogre_src_v1-9-0
     31svn co https://svn.orxonox.net/downloads/ogre_src_v1-9-0
    3232cd ..
    3333}}}
     
    8282 4. Now check out the latest revision of the data repository (you will probably be asked for a username and password once):
    8383{{{
    84 svn co http://svn.orxonox.net/game/data/data_extern
     84svn co https://svn.orxonox.net/game/data/data_extern
    8585}}}
    8686 4.1 Open a new terminal tab, to work in parallel.
     
    9696{{{
    9797mkdir dependencies && cd dependencies
    98 svn co http://svn.orxonox.net/downloads/ogre_src_v1-9-0
     98svn co https://svn.orxonox.net/downloads/ogre_src_v1-9-0
    9999cd ..
    100100}}}