Changes between Version 34 and Version 35 of Download/SCDB


Ignore:
Timestamp:
Nov 10, 2006, 1:05:38 PM (19 years ago)
Author:
/C=FR/O=CNRS/OU=UMR8607/CN=Michel Jouvin/emailAddress=jouvin@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Download/SCDB

    v34 v35  
    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
    125  * Checkout this repository/branch (`svn co`)
     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 :
     126{{{
     127svn co http://svn.example.org/Quattor/CDB/trunk
     128}}}
     129 * Configure the repository to ignore some files produced when compiling, using the following command :
     130{{{
     131cat /tmp/ignore <<EOF
     132.settings
     133build
     134build.saved
     135deploy
     136quattor.build.properties
     137.project
     138EOF
     139svn propset svn:ignore -F /tmp/ignore .
     140svn ci
     141}}}
    126142 * Import the basic SCDB structure from [source:SCDB].
    127143 * Import QWG templates in `cfg` directory, according to the version you need. See QWG [wiki:Download download] instructions.
     
    131147check-compile.sh -d your_scdb_dir /templates/tags/gLite-3.0.2-2
    132148}}}
     149
    133150
    134151