Changes between Version 16 and Version 17 of DevelopersCorner


Ignore:
Timestamp:
Mar 8, 2008, 5:12:09 AM (16 years ago)
Author:
pagameba
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DevelopersCorner

    v16 v17  
    1616== SVN  ==
    1717
    18 The Fusion code base is stored in an SVN repository hosted at OSGeo.  You can view the source in your web browser [http://svn.osgeo.org/fusion directly] or use the built in [http://trac.osgeo.org/fusion/browser trac browser] for a more enjoyable experience.
     18[http://subversion.tigris.org/ Subversion (SVN)] is a tool for helping developers manage a code base.  The Fusion code base is stored in an SVN repository hosted at OSGeo.  You can view the source in your web browser [http://svn.osgeo.org/fusion directly] or use the built in [http://trac.osgeo.org/fusion/browser trac browser] for a more enjoyable experience.
    1919
    2020The Fusion SVN repository is [wiki:SVNOrganization organized into several main folders].
    2121
     22There are different ways of using SVN to work with a repository including a command line {{{svn}}} tool and several standalone and integrated graphical tools.  We will typically describe the command-line use of SVN and it is up to you to find the equivalent functionality in your fancy graphical tool.  See the following resources for more information on working with SVN:
     23
     24 * [wiki:SVNCheckOut Get a working copy of the Fusion code]
     25 * [wiki:SVNUpdate Update a working copy of the Fusion code]
     26 * [wiki:SVNCommit Submit changes to the Fusion repository]
     27 * [wiki:CreatingPatches Using SVN to create patches]
     28
    2229=== Using SVN ===
     30
     31
    2332
    2433To check out a copy of '''trunk''', a branch, a tagged version, or a sandbox, you need to know the ''URL'' and use {{{svn checkout <url>}}}.  For instance: