[MacPorts] howto/Subversion modified

MacPorts noreply at macports.org
Sun Oct 22 11:48:57 UTC 2017


Page "howto/Subversion" was changed by Schamschula
Diff URL: <https://trac.macports.org/wiki/howto/Subversion?action=diff&version=9>
Revision 9
Comment: Updated for apache2 2.4.x
Changes:
-------8<------8<------8<------8<------8<------8<------8<------8<--------
Index: howto/Subversion
=========================================================================
--- howto/Subversion (version: 8)
+++ howto/Subversion (version: 9)
@@ -67,7 +67,7 @@
 Now, we need to tell Apache to activate Subversion and how to access the repository. Go to the Apache config directory:
 
 {{{
-cd /opt/local/apache2/conf/
+cd /opt/local/etc/apache2/
 }}}
 
 and edit the httpd.conf file. If you are using `vi`,
@@ -76,10 +76,10 @@
 sudo vi httpd.conf
 }}}
 
-and if you are using `pico`,
+and if you are using `nano`,
 
 {{{
-sudo pico httpd.conf
+sudo nano httpd.conf
 }}}
 
 Navigate to the "Dynamic Shared Object (DSO) Support" section (i.e., the section that has all the "`LoadModule`" statements) and add the following lines at the end:
@@ -110,7 +110,7 @@
 
 === Step 3: Restart Apache and test installation ===
 
-Restart Apache (`sudo /opt/local/apache2/bin/apachectl -k restart`) to activate your changes.
+Restart Apache (`sudo /opt/local/sbin/apachectl -k restart`) to activate your changes.
 
 Now, 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:
 
-------8<------8<------8<------8<------8<------8<------8<------8<--------

--
Page URL: <https://trac.macports.org/wiki/howto/Subversion>
MacPorts <https://www.macports.org/>
Ports system for macOS

This is an automated message. Someone added your email address to be
notified of changes on 'howto/Subversion' page.
If it was not you, please report to admin at macports.org.


More information about the macports-changes mailing list