Changes between Version 19 and Version 20 of howto/SyncingWithSVN


Ignore:
Timestamp:
Jun 18, 2015, 6:14:55 PM (9 years ago)
Author:
larryv (Lawrence Velázquez)
Comment:

move Subversion installation to "Installation" section

Legend:

Unmodified
Added
Removed
Modified
  • howto/SyncingWithSVN

    v19 v20  
    77- Requires: MacPorts
    88- Requires: Subversion
    9 
    10 OS X 10.5 Leopard and later comes with Subversion already installed. If
    11 you are using Tiger, or some other system which does not provide
    12 a Subversion client, you will need to install Subversion yourself. If
    13 you have a copy of the ports tree already, just run:
    14 {{{
    15 sudo port install subversion
    16 }}}
    17 If you do not have a copy of the ports tree, you can download the daily
    18 tarball by following [wiki:howto/PortTreeTarball the tarball howto].
    199
    2010
     
    3121
    3222== Installation ==
     23
     24=== Step 0: Install Subversion ===
     25
     26OS X 10.5 Leopard and later comes with Subversion already installed. If
     27you are using Tiger, or some other system which does not provide
     28a Subversion client, you will need to install Subversion yourself. If
     29you have a copy of the ports tree already, just run:
     30{{{
     31sudo port install subversion
     32}}}
     33If you do not have a copy of the ports tree, you can download the daily
     34tarball by following [wiki:howto/PortTreeTarball the tarball howto].
    3335
    3436=== Step 1: Checkout Initial Copy ===