Changes between Version 4 and Version 5 of SvnIntro


Ignore:
Timestamp:
12/20/06 15:46:19 (18 years ago)
Author:
emontgomery
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SvnIntro

    v4 v5  
    33Subversion is a tool for managing software development that keeps track of who modified what and allows returning to a previous version if changes don't do what was expected.  All the code lives on hosted-projects, and users pull the most recent version to their local machines, use it, making modifications as needed, then may push their changes back to hosted projects.
    44
    5 Below is a general description of how subversion works.  Following that are sections that discuss use of two GUI clients (one for PC and one for Linux), and some basic shell commands.
     5Below is a general description of how subversion works.  Please look at the [http://svnbook.red-bean.com book] for more detailed information.  Following the introduction are links to pages that discuss use of two GUI clients (one for PC and one for Linux).
    66
    77'''Conceptual model'''