Changes between Version 17 and Version 18 of Doc/SCDB/Server
- Timestamp:
- Dec 2, 2009, 7:09:02 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Doc/SCDB/Server
v17 v18 163 163 When 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: 164 164 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 {{{ 167 svn log --limit 1 tag_url 168 }}} 166 169 1. Go to the `hooks` directory of Subversion SCDB repository and run the following command (`REPOSITORY_PATH` is the filesystem path to the repository) : 167 170 {{{