Changes between Version 2 and Version 3 of howto/Subversion


Ignore:
Timestamp:
May 31, 2008, 10:24:37 PM (16 years ago)
Author:
jaguarcy+macports@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • howto/Subversion

    v2 v3  
    1616This is the easiest option. Simply type
    1717
    18 %sudo port install subversion
     18{{{
     19sudo port install subversion
     20}}}
    1921
    2022When MacPorts finishes, you can test out your installation by pulling down the actual Subversion project itself:
    2123
    22 %cd ~
    23 %mkdir Subversion
    24 %cd Subversion
    25 %svn checkout http://svn.collab.net/repos/svn/trunk trunk
     24{{{
     25cd ~
     26mkdir Subversion
     27cd Subversion
     28svn checkout http://svn.collab.net/repos/svn/trunk trunk
     29}}}
    2630
    2731== Full (Client+Server) Installation ==
     
    100104}}}
    101105
    102   ''Note that this is the world's simplest Subversion access configuration. It is meant only to be used to help verify that your installation is working properly. You should now be able to further configure your repository hosting according to the [[http://svnbook.red-bean.com/ Subversion documentation]].''
     106  ''Note that this is the world's simplest Subversion access configuration. It is meant only to be used to help verify that your installation is working properly. You should now be able to further configure your repository hosting according to the [http://svnbook.red-bean.com/ Subversion documentation].''
    103107 
    104108