Changes between Version 11 and Version 12 of SvnIntro


Ignore:
Timestamp:
12/21/06 18:53:13 (18 years ago)
Author:
emontgomery
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SvnIntro

    v11 v12  
    2222
    2323To 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:
    24  * {{{   svn action from to qualifiers}}}
     24 * {{{   svn action from to {optional_qualifiers}}}}
    2525To check-out the files from the ROMS_SED repository, enter:
    2626 * {{{   svn checkout http://svn1.hosted-projects.com/cmgsoft/roms_sed /home/mydir/code/roms_sed}}}
    2727
    28 You only check out once, after that, a hidden directory called .svn exist that keep track of the source, destination and a bunch of other information.  So to commit your changes back to the repository, cd into a local dir under subversion control (/home/mydir/code/roms_sed or below) and enter {{{ svn commit}}}.
     28You only check out once, after that, a hidden directory called .svn exist that keep track of the source, destination and a bunch of other information.  So to commit your changes back to the repository, cd into a local dir under subversion control (/home/mydir/code/roms_sed or below) and enter: {{{svn commit}}}.  For more detail on command line use and syntax, see the [http://svnbook.red-bean.com svn book].
    2929
    3030Several GUI front-ends to subversion exist, allowing the user can have visual prompts to help them manage their files. Two free GUI clients we've tried are described in the links below: