Changes between Version 17 and Version 18 of Doc/SCDB/Server


Ignore:
Timestamp:
Dec 2, 2009, 7:09:02 PM (16 years ago)
Author:
/O=GRID-FR/C=FR/O=CNRS/OU=LAL/CN=Michel Jouvin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Doc/SCDB/Server

    v17 v18  
    163163When you assessed the ability to launch the deployment script is working properly, try to execute the hook script under the SVN server account. This involves the following steps:
    164164 1. Log on Subversion server as the same user as your Subversion server (generally Apache account).
    165  1. Retrieve the repository revision associated with the last deployment tag. For this, you need to run `svn log --limit 1 tag_url` (with `tag_url` the URL associated with the tag branch of the Quattor repository).
     165 1. Retrieve the repository revision associated with the last deployment tag. For this, you need to run the following command (with `tag_url` the URL associated with the tag branch of the Quattor repository):
     166{{{
     167svn log --limit 1 tag_url
     168}}}
    166169 1. Go to the `hooks` directory of Subversion SCDB repository and run the following command (`REPOSITORY_PATH` is the filesystem path to the repository) :
    167170{{{