Changes between Version 41 and Version 42 of Download/SCDB


Ignore:
Timestamp:
Mar 29, 2007, 8:25:14 PM (17 years ago)
Author:
/C=FR/O=CNRS/OU=UMR8607/CN=Michel Jouvin/emailAddress=jouvin@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Download/SCDB

    v41 v42  
    125125 * 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`.
    126126 * In this branch, create 2 branches `trunk` and `tags` (`tags` is managed by SCDB tools, all the actions you'll do later will be done in `trunk`. You can also create other branches for your conveniences (like `branches` but they are not used by standard tools).
    127  * Checkout SCDB trunk and go to the directory containing the checkout. For example, if you want your working directory to be `cdb` under you current directory, :
    128 {{{
    129 svn co http://svn.example.org/Quattor/CDB/trunk cdb
     127 * Create a working directory that will become SCDB working area and change current directory to it. For example, to use`a `cdb` directory in current directory :
     128{{{
     129mkdir cdb
    130130cd cdb
     131}}}
     132 * Import [source:SCDB/tags/pro SCDB base] and QWG templates in `cfg` directory, according to the version you need. See [wiki:Download/QWGTemplates QWG download] for detailed instructions. The easiest is to download and use [source:templates/trunk/tools/check-compile.sh check-compile.sh] (use option `-h` to get the list of available options). For example, assuming you are in `cdb`directory and you want to download QWG templates gLite-3.0.2-10 :
     133{{{
     134check-compile.sh -d . /templates/tags/gLite-3.0.2-10
     135}}}
     136 * Checkout SCDB trunk (empty) in your SCDB working directory :
     137{{{
     138svn co http://svn.example.org/Quattor/CDB/trunk .
    131139}}}
    132140 * Configure the repository to ignore some files produced when compiling, using the following command :
     
    143151svn ci
    144152}}}
    145  * Import [source:SCDB/tags/pro SCDB base] and QWG templates in `cfg` directory, according to the version you need. See [wiki:Download/QWGTemplates QWG download] for detailed instructions. The easiest is to download and use [source:templates/trunk/tools/check-compile.sh check-compile.sh] (use option `-h` to get the list of available options). For example, assuming you are in `cdb`directory and you want to download QWG templates gLite-3.0.2-10 :
    146 {{{
    147 check-compile.sh -d . /templates/tags/gLite-3.0.2-10
    148 }}}
    149153 * Add everything to your repository with command :
    150154{{{