Changes between Version 1 and Version 2 of SVN


Ignore:
Timestamp:
03/23/08 22:19:41 (15 years ago)
Author:
Tiger!P
Comment:

added text how you can install the sources

Legend:

Unmodified
Added
Removed
Modified
  • SVN

    v1 v2  
    77 svn co https://vuurmuur.svn.sourceforge.net/svnroot/vuurmuur/trunk trunk
    88}}}
    9 This will create a directory called 'trunk' in your working path. If you want to update it to the latest SVN version later, enter the directory and do:
     9This will create a directory called 'trunk' in your working path.
     10To get everything build and installed (with default values), use the following command '''as root''':
     11{{{
     12trunk/installer/install.sh --install --defaults
     13}}}
     14Take a look at the help from that script to see the other options.
     15[[BR]]
     16If you want to update it to the latest SVN version later, enter the trunk directory and do:
    1017{{{
    1118svn up
    1219}}}
    13 That applies the latest version of the SVN server to your local tree.
     20And '''as root''':
     21{{{
     22installer/install.sh --upgrade
     23}}}
     24That applies the latest version of the SVN server to your local tree and build it.