Changes between Version 37 and Version 38 of Download/SCDB


Ignore:
Timestamp:
Mar 2, 2007, 4:57:45 PM (19 years ago)
Author:
/C=FR/O=CNRS/OU=UMR8607/CN=Michel Jouvin/emailAddress=jouvin@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Download/SCDB

    v37 v38  
    122122
    123123After you have a Subversion server installed, you need to :
    124  * Create a repository or a branch in an existing repository where SCDB will be stored. The branch name must be `trunk` (e.g. `/Quattor/CDB/trunk`.
    125  * Checkout this repository/branch. For example :
     124 * Create a Subversion repository that will be used for SCDB, if it doesn't exist yet, and associate this repository with a URL (this can involve modifying Apache configuration). There is no need to use a dedicated repository. E.g. : `http://svn.example.org/Quattor`.
     125 * Create a branch in this repository where SCDB will be stored, if the repository is not dedicated to SCDB. E.g. : `http://svn.example.org/Quattor/CDB`.
     126 * In this branch, create 2 branches `trunk` and `tags`. You can also create other branches for your conveniences (like `branches` but they are not used by standard tools).
     127 * Checkout SCDB trunk. For example :
    126128{{{
    127129svn co http://svn.example.org/Quattor/CDB/trunk