Changes between Version 8 and Version 9 of howto/Subversion


Ignore:
Timestamp:
Oct 22, 2017, 11:48:57 AM (6 years ago)
Author:
Schamschula (Marius Schamschula)
Comment:

Updated for apache2 2.4.x

Legend:

Unmodified
Added
Removed
Modified
  • howto/Subversion

    v8 v9  
    6868
    6969{{{
    70 cd /opt/local/apache2/conf/
     70cd /opt/local/etc/apache2/
    7171}}}
    7272
     
    7777}}}
    7878
    79 and if you are using `pico`,
     79and if you are using `nano`,
    8080
    8181{{{
    82 sudo pico httpd.conf
     82sudo nano httpd.conf
    8383}}}
    8484
     
    111111=== Step 3: Restart Apache and test installation ===
    112112
    113 Restart Apache (`sudo /opt/local/apache2/bin/apachectl -k restart`) to activate your changes.
     113Restart Apache (`sudo /opt/local/sbin/apachectl -k restart`) to activate your changes.
    114114
    115115Now, you should be ready to test your installation. First, point your browser to http://localhost/svn/ . You should see a "Collection of Repositories" page with your "repos-1" repository listed in it. It will be empty, so if you click on it, it will have nothing and be at Revision 0 (go ahead and try it!). Next, go to your home directory and create a template directory to import as your first revision: