Changes between Version 19 and Version 20 of SvnIntro


Ignore:
Timestamp:
05/24/07 19:35:19 (17 years ago)
Author:
csherwood
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SvnIntro

    v19 v20  
    1818     https://www.myroms.org/svn/cstm
    1919}}}
     20'''Installing Subversion'''
     21
     22You don't need to worrry about the server-side...that is done by whoever is hosting the Subversion repository.
     23 
     24You do need client software on your local machine. Most Linuxes come with subversion (the command name is svn), so shell commands may be used without installing additional software. You can get svn in your [wiki:Cygwin Cygwin] installation by requesting it when running Setup.exe. (Look for it under Devel in the Select Packages menu).
     25
     26GUI clients exist for Windows, Macs, and Linux systems.
    2027
    2128'''Using Subversion'''
    2229
    23 To enable use of subversion, client software must be installed on the local machine. Most Linuxes come with subversion (the command name is svn), so shell commands may be used without installing additional software.  The general form of subversion commands is:
     30The general form of subversion commands is:
    2431 * {{{   svn action from to {optional_qualifiers}}}}
    2532To check-out the files from the ROMS_SED repository, enter: