Changes between Version 19 and Version 20 of doc/install
- Timestamp:
- Sep 15, 2010 8:58:04 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/install
v19 v20 53 53 {{{ 54 54 cd ~/palm/current_version 55 svn checkout --username <your username> svn://130.75.105. 2/palm/tags/release-<#> trunk55 svn checkout --username <your username> svn://130.75.105.7/palm/tags/release-<#> trunk 56 56 }}} 57 57 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}}}).\\\\ 58 58 Alternatively, executing 59 59 {{{ 60 svn checkout --username <your username> svn://130.75.105. 2/palm/tags/release-<#> abcde60 svn checkout --username <your username> svn://130.75.105.7/palm/tags/release-<#> abcde 61 61 }}} 62 62 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}}}.\\\\ … … 64 64 You can also get a copy of the most recent developer code by executing 65 65 {{{ 66 svn checkout --username <your username> svn://130.75.105. 2/palm/trunk trunk66 svn checkout --username <your username> svn://130.75.105.7/palm/trunk trunk 67 67 }}} 68 68 This version may contain new features (they might not be documented well), but it may also contain bugs.