Changes between Version 10 and Version 11 of Doc/SCDB/Server
- Timestamp:
- Sep 15, 2008, 10:01:55 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Doc/SCDB/Server
v10 v11 59 59 * `svn_cache` : location to use for SCDB repository local cache. Default : `svncache` at same level as the directory where the script is installed. 60 60 * `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 61 62 63 An `/etc/build-tag.conf` example is : 64 {{{ 65 use_svn = 1 66 java_version = jdk1.6.0 67 tags_svn_url = http://grid280.lal.in2p3.fr/svn/quattor/tags 68 }}} 62 69 63 70 == Troubleshooting Server-side Scripts ==