Changes between Version 3 and Version 4 of Obsolete/Download/SCDB/Upgrade


Ignore:
Timestamp:
Oct 3, 2008, 4:06:22 PM (17 years ago)
Author:
/O=GRID-FR/C=FR/O=CNRS/OU=LAL/CN=Michel Jouvin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Obsolete/Download/SCDB/Upgrade

    v3 v4  
    1414SCDB tools is a set of utilities, underlying products and ant tasks used to manage SCDB and produce/maintain some templates. They are all maintained separately from the QWG templates and their source is in [source:SCDB SCDB branch] of QWG repository. There are 3 separate branches related to SCDB tools:
    1515
    16  * [source:SCBD/trunk trunk]: where the new contributions go first. You should not expect this to be stable or ready for production at each revision and this is not recommended to use it in production.
    17  * [source:SCDB/branches branches]: there is one branch for each major version of SCDB. Current version is [source:SCDB/branches/v2 v2]. Material in this branch is sort of beta releases: not everything has been thoroughly tested but it is supposed to work.
    18  * [source:SCDB/tags tags]: there is one branch for each released version of SCDB. Look at [wiki:ReleaseNotes/SCDB release notes] for new version announcements and numbers. This is the production-ready released. One of them is flagged as [source:SCDB/tags/pro pro] and is the current recommended production version.
     16 * [source:SCBD/trunk trunk]: where the new contributions go first. You should not expect this to be stable or ready for production at each revision and this is not recommended to use it in production. The associated SVN URL is https://svn.lal.in2p3.fr/LCG/QWG/SCDB/trunk.
     17 * [source:SCDB/branches branches]: there is one branch for each major version of SCDB. Current version is [source:SCDB/branches/v2 v2]. Material in this branch is sort of beta releases: not everything has been thoroughly tested but it is supposed to work. The associated SVN URL is https://svn.lal.in2p3.fr/LCG/QWG/SCDB/branches but '''take care of not checking out all branches'''.
     18 * [source:SCDB/tags tags]: there is one branch for each released version of SCDB. Look at [wiki:ReleaseNotes/SCDB release notes] for new version announcements and numbers. This is the production-ready released. One of them is flagged as [source:SCDB/tags/pro pro] and is the current recommended production version. The associated SVN URL is https://svn.lal.in2p3.fr/LCG/QWG/SCDB/tags but '''take care of not checking out all tags'''.
    1919
    2020To update from one SCDB version to another, the easiest is to check out the SCDB version you want with a SVN client and then copy to your production SCDB the contents of all directory from the reference version. You can use [wiki:Development/Templates/RepUpdate#MergingchangefromaproductionSCDB directory-sync] to help with this operation. As SCDB tools are part of SCDB, changes made can be reviewed and/or reverted with usual SVN commands.