Changes between Version 1 and Version 2 of SvnOverview


Ignore:
Timestamp:
02/12/07 01:08:57 (17 years ago)
Author:
arango
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SvnOverview

    v1 v2  
    11== Introduction to Subversion (svn) ==
    22
    3 Subversion ('''svn''') 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 ROMS/TOMS files are stored on www.myroms.org/svn in a repository named '''Models'''. Users can check out the most recent version to their local machines with a '''svn client''', use the code, making modifications as needed, then may push their changes back (again using the client) to the repository on hosted-projects.
     3Subversion ('''svn''') 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 ROMS/TOMS files are stored on '''www.myroms.org/svn''' in a repository named '''Models'''. Users can check out the most recent version to their local machines with a '''svn client'''. Since this is the official version of the code, only the developers are allowed to change this repository. However, users can have their own repository on their local computer.
    44
    5 Below is a general description of how subversion works.  Please look at the [http://svnbook.red-bean.com Svn book] for more detailed information.  Brief instructions for using two GUI clients (one for PC and one for Linux) we've tried are included.
     5Below is a general description of how subversion works.  Please look at the [http://svnbook.red-bean.com svn book] for more detailed information.  Brief instructions for using two GUI clients (one for PC and one for Linux) we've tried are included.
    66
    77'''Conceptual model'''