Changes between Version 10 and Version 11 of Doc/SCDB/Server


Ignore:
Timestamp:
Sep 15, 2008, 10:01:55 PM (17 years ago)
Author:
/O=GRID-FR/C=FR/O=CNRS/OU=LAL/CN=Michel Jouvin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Doc/SCDB/Server

    v10 v11  
    5959 * `svn_cache` : location to use for SCDB repository local cache. Default : `svncache` at same level as the directory where the script is installed.
    6060 * `use_svn` : if non zero, force the use of `svn` command even if `jsvn` exists. Default : use `jsvn` from `svn_cache` if it is present. ''Note : using `jsvn` may affect performances.''
     61 * `tags_svn_url` : SVN URL for SCDB repository `tags` branch
    6162
     63An `/etc/build-tag.conf` example is :
     64{{{
     65use_svn = 1
     66java_version = jdk1.6.0
     67tags_svn_url = http://grid280.lal.in2p3.fr/svn/quattor/tags
     68}}}
    6269
    6370== Troubleshooting Server-side Scripts ==