Changes between Version 70 and Version 71 of doc/install
- Timestamp:
- Sep 8, 2015 12:48:56 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/install
v70 v71 56 56 {{{ 57 57 cd ~/palm/current_version 58 svn checkout --username <your username> svn://130.75.105.7/palm/tags/release-<#> trunk58 svn checkout --username <your username> http://130.75.105.7/svn/palm/tags/release-<#> trunk 59 59 }}} 60 60 You 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}}}).\\\\ 61 61 Alternatively, executing 62 62 {{{ 63 svn checkout --username <your username> svn://130.75.105.7/palm/tags/release-<#> abcde63 svn checkout --username <your username> http://130.75.105.7/svn/palm/tags/release-<#> abcde 64 64 }}} 65 65 will 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}}}.\\\\ … … 67 67 You can also get a copy of the most recent developer code by executing 68 68 {{{ 69 svn checkout --username <your username> svn://130.75.105.7/palm/trunk trunk69 svn checkout --username <your username> http://130.75.105.7/svn/palm/trunk trunk 70 70 }}} 71 71 This version may contain new features (they might not be documented well), but it may also contain bugs.\\\\ … … 212 212 {{{ 213 213 cd ~/palm/current_version 214 svn checkout --username <your username> svn://130.75.105.7/palm/tags/release-<#> trunk214 svn checkout --username <your username> http://130.75.105.7/svn/palm/tags/release-<#> trunk 215 215 }}} 216 216 You 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.\\\\ … … 269 269 mkdir ~/palm/release-3.1c 270 270 cd ~/palm/release-3.1c 271 svn checkout --username <your username> svn://130.75.105.7/palm/tags/release-3.1c trunk271 svn checkout --username <your username> http://130.75.105.7/svn/palm/tags/release-3.1c trunk 272 272 }}} 273 273 However, 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! \\\\