Changes between Version 19 and Version 20 of doc/install


Ignore:
Timestamp:
Sep 15, 2010 8:58:04 AM (15 years ago)
Author:
witha
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/install

    v19 v20  
    5353{{{
    5454  cd ~/palm/current_version
    55   svn checkout --username <your username> svn://130.75.105.2/palm/tags/release-<#> trunk
     55  svn checkout --username <your username> svn://130.75.105.7/palm/tags/release-<#> trunk
    5656}}}
    5757You 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}}}).\\\\
    5858Alternatively, executing
    5959{{{
    60   svn checkout --username <your username> svn://130.75.105.2/palm/tags/release-<#> abcde
     60  svn checkout --username <your username> svn://130.75.105.7/palm/tags/release-<#> abcde
    6161}}}
    6262will 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}}}.\\\\
     
    6464You can also get a copy of the most recent developer code by executing
    6565{{{
    66   svn checkout --username <your username> svn://130.75.105.2/palm/trunk trunk
     66  svn checkout --username <your username> svn://130.75.105.7/palm/trunk trunk
    6767}}}
    6868This version may contain new features (they might not be documented well), but it may also contain bugs.