Changes between Version 22 and Version 23 of DevelopersCorner
- Timestamp:
- 11/04/08 12:09:35 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DevelopersCorner
v22 v23 20 20 [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. 21 21 22 The Fusion SVN repository is [wiki:SVNOrganization organized into several main folders]. 22 The Fusion SVN repository is [wiki:SVNOrganization organized into several main folders]. If you are working with a checked-out copy of Fusion from SVN, you must copy and rename the file config_dist.json to config.json and configure that file for your system. 23 23 24 24 There 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: