Changes between Version 70 and Version 71 of doc/install


Ignore:
Timestamp:
Sep 8, 2015 12:48:56 PM (10 years ago)
Author:
maronga
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/install

    v70 v71  
    5656{{{
    5757  cd ~/palm/current_version
    58   svn checkout --username <your username> svn://130.75.105.7/palm/tags/release-<#> trunk
     58  svn checkout --username <your username> http://130.75.105.7/svn/palm/tags/release-<#> trunk
    5959}}}
    6060You will then be prompted for your password. After completion, there should be a subdirectory {{{trunk}}} in your working directory. It contains a number of further subdirectories, which contain e.g. the PALM source code ({{{SOURCE}}}) and the scripts for running PALM ({{{SCRIPTS}}}).\\\\
    6161Alternatively, executing
    6262{{{
    63   svn checkout --username <your username> svn://130.75.105.7/palm/tags/release-<#> abcde
     63  svn checkout --username <your username> http://130.75.105.7/svn/palm/tags/release-<#> abcde
    6464}}}
    6565will place your working copy in a directory named {{{abcde}}} (instead of a directory named {{{trunk}}}). But keep in mind that you will have to adjust several paths given below, if you do not use the default directory {{{trunk}}}.\\\\
     
    6767You can also get a copy of the most recent developer code by executing
    6868{{{
    69   svn checkout --username <your username> svn://130.75.105.7/palm/trunk trunk
     69  svn checkout --username <your username> http://130.75.105.7/svn/palm/trunk trunk
    7070}}}
    7171This version may contain new features (they might not be documented well), but it may also contain bugs.\\\\
     
    212212{{{
    213213  cd ~/palm/current_version
    214   svn checkout --username <your username> svn://130.75.105.7/palm/tags/release-<#> trunk
     214  svn checkout --username <your username> http://130.75.105.7/svn/palm/tags/release-<#> trunk
    215215}}}
    216216You will be prompted for your password. After completion, a subdirectory trunk will appear in your working directory. It contains a number of further subdirectories, which contain e.g. the PALM source code ({{{SOURCE}}}) and the scripts for running PALM ({{{SCRIPTS}}}). For checking out the most recent PALM version (developer version), see the [#advanced advanced installation method] described above.\\\\
     
    269269  mkdir ~/palm/release-3.1c
    270270  cd ~/palm/release-3.1c
    271   svn checkout --username <your username> svn://130.75.105.7/palm/tags/release-3.1c trunk
     271  svn checkout --username <your username> http://130.75.105.7/svn/palm/tags/release-3.1c trunk
    272272}}}
    273273However, this would require to carry out again the complete installation process described above. So far, different versions of PALM cannot be used at the same time. The PALM releases from {{{palm/tags}}} never have to be updated with "{{{svn update}}}", since these releases are frozen! \\\\