Changes between Version 7 and Version 8 of FreeBSD10_Guide


Ignore:
Timestamp:
Aug 19, 2014, 7:22:35 PM (11 years ago)
Author:
huub
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FreeBSD10_Guide

    v7 v8  
    3333(You may also wish to add ''ntpd_enable="YES"'' to /etc/rc.conf)
    3434
     35== Install Subversion and Ports ==
    3536
     37Subversion is installed as a package:
     38{{{
     39# pkg install subversion
     40}}}
     41Check out a copy of the ports tree.
     42{{{
     43# svn checkout https://svn0.eu.FreeBSD.org/ports/head /usr/ports
     44}}}