1 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
2 |
|
3 |
<!--Converted with jLaTeX2HTML 2002 (1.62) JA patch-1.4
|
4 |
patched version by: Kenshi Muto, Debian Project.
|
5 |
LaTeX2HTML 2002 (1.62),
|
6 |
original version by: Nikos Drakos, CBLU, University of Leeds
|
7 |
* revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan
|
8 |
* with significant contributions from:
|
9 |
Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
|
10 |
<HTML>
|
11 |
<HEAD>
|
12 |
<TITLE>2.3 Controlling SCRAM Versions</TITLE>
|
13 |
<META NAME="description" CONTENT="2.3 Controlling SCRAM Versions">
|
14 |
<META NAME="keywords" CONTENT="SCRAM">
|
15 |
<META NAME="resource-type" CONTENT="document">
|
16 |
<META NAME="distribution" CONTENT="global">
|
17 |
|
18 |
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
|
19 |
<META NAME="Generator" CONTENT="jLaTeX2HTML v2002 JA patch-1.4">
|
20 |
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
|
21 |
|
22 |
<LINK REL="STYLESHEET" HREF="SCRAM.css">
|
23 |
|
24 |
<LINK REL="next" HREF="node16.html">
|
25 |
<LINK REL="previous" HREF="node14.html">
|
26 |
<LINK REL="up" HREF="node12.html">
|
27 |
<LINK REL="next" HREF="node16.html">
|
28 |
</HEAD>
|
29 |
|
30 |
<BODY bgcolor="beige" >
|
31 |
<!--Navigation Panel-->
|
32 |
<A NAME="tex2html521"
|
33 |
HREF="node16.html">
|
34 |
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
|
35 |
SRC="file:/usr/share/latex2html/icons/next.png"></A>
|
36 |
<A NAME="tex2html515"
|
37 |
HREF="node12.html">
|
38 |
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
|
39 |
SRC="file:/usr/share/latex2html/icons/up.png"></A>
|
40 |
<A NAME="tex2html509"
|
41 |
HREF="node14.html">
|
42 |
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
|
43 |
SRC="file:/usr/share/latex2html/icons/prev.png"></A>
|
44 |
<A NAME="tex2html517"
|
45 |
HREF="node2.html">
|
46 |
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
|
47 |
SRC="file:/usr/share/latex2html/icons/contents.png"></A>
|
48 |
<A NAME="tex2html519"
|
49 |
HREF="node85.html">
|
50 |
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index"
|
51 |
SRC="file:/usr/share/latex2html/icons/index.png"></A>
|
52 |
<BR>
|
53 |
<B> Next:</B> <A NAME="tex2html522"
|
54 |
HREF="node16.html">2.4 The SCRAM Database</A>
|
55 |
<B> Up:</B> <A NAME="tex2html516"
|
56 |
HREF="node12.html">2. Obtaining and Installing</A>
|
57 |
<B> Previous:</B> <A NAME="tex2html510"
|
58 |
HREF="node14.html">2.2 Configuring Netscape to</A>
|
59 |
  <B> <A NAME="tex2html518"
|
60 |
HREF="node2.html">Contents</A></B>
|
61 |
  <B> <A NAME="tex2html520"
|
62 |
HREF="node85.html">Index</A></B>
|
63 |
<BR>
|
64 |
<BR>
|
65 |
<!--End of Navigation Panel-->
|
66 |
|
67 |
<H1><A NAME="SECTION00330000000000000000"></A>
|
68 |
<A NAME="363"></A>
|
69 |
<BR>
|
70 |
2.3 Controlling SCRAM Versions
|
71 |
</H1>
|
72 |
The version of <SMALL>SCRAM</SMALL> used can be easily changed by using <SMALL>SCRAM</SMALL>
|
73 |
itself. The current version will be displayed by typing the command
|
74 |
|
75 |
<P>
|
76 |
<TT>scram version</TT>
|
77 |
|
78 |
<P>
|
79 |
which will return a string with a format like <TT>V0_XX_X</TT>,
|
80 |
where the <TT>X</TT>'s are digits representing the major and minor
|
81 |
release numbers. To switch to a different version, say V0_19_4, the
|
82 |
command would be
|
83 |
|
84 |
<P>
|
85 |
<TT>scram version V0_19_4</TT>.
|
86 |
|
87 |
<P>
|
88 |
If the specified version already exists in the central
|
89 |
installation directory, it will be used. Otherwise, <SMALL>SCRAM</SMALL> will
|
90 |
attempt to download the requested version from the CVS repository.
|
91 |
|
92 |
<P>
|
93 |
Running the <TT>install_scram</TT> script of a specific version
|
94 |
will make that version the default. This version can be overridden by
|
95 |
setting an environment variable <TT>SCRAM_HOME</TT> to point to the
|
96 |
top-level directory of the required version:
|
97 |
|
98 |
<P>
|
99 |
e.g. <TT>export SCRAM_HOME=/home/sashby/SCRAM/V0_19_4</TT>
|
100 |
|
101 |
<P>
|
102 |
will force <SMALL>SCRAM</SMALL> to use version V0_19_4 throughout the current
|
103 |
session.
|
104 |
|
105 |
<P>
|
106 |
<SMALL>SCRAM</SMALL> can be made to automatically select the correct version to
|
107 |
use for a given project area, overridding any other version selection
|
108 |
mechanism. To turn this feature on, simply create the file
|
109 |
<TT>scram_version</TT> in your project development/release
|
110 |
<A NAME="1822"></A>
|
111 |
configuration directory. The file should contain the required <SMALL>SCRAM</SMALL>
|
112 |
version tag. Any <SMALL>SCRAM</SMALL> command issued in that area is then directed
|
113 |
to the correct version if it is installed. If the required version is
|
114 |
not installed then a warning is issued and execution of the command
|
115 |
continues using the current (default) version.
|
116 |
|
117 |
<P>
|
118 |
<HR>
|
119 |
<!--Navigation Panel-->
|
120 |
<A NAME="tex2html521"
|
121 |
HREF="node16.html">
|
122 |
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
|
123 |
SRC="file:/usr/share/latex2html/icons/next.png"></A>
|
124 |
<A NAME="tex2html515"
|
125 |
HREF="node12.html">
|
126 |
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
|
127 |
SRC="file:/usr/share/latex2html/icons/up.png"></A>
|
128 |
<A NAME="tex2html509"
|
129 |
HREF="node14.html">
|
130 |
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
|
131 |
SRC="file:/usr/share/latex2html/icons/prev.png"></A>
|
132 |
<A NAME="tex2html517"
|
133 |
HREF="node2.html">
|
134 |
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
|
135 |
SRC="file:/usr/share/latex2html/icons/contents.png"></A>
|
136 |
<A NAME="tex2html519"
|
137 |
HREF="node85.html">
|
138 |
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index"
|
139 |
SRC="file:/usr/share/latex2html/icons/index.png"></A>
|
140 |
<BR>
|
141 |
<B> Next:</B> <A NAME="tex2html522"
|
142 |
HREF="node16.html">2.4 The SCRAM Database</A>
|
143 |
<B> Up:</B> <A NAME="tex2html516"
|
144 |
HREF="node12.html">2. Obtaining and Installing</A>
|
145 |
<B> Previous:</B> <A NAME="tex2html510"
|
146 |
HREF="node14.html">2.2 Configuring Netscape to</A>
|
147 |
  <B> <A NAME="tex2html518"
|
148 |
HREF="node2.html">Contents</A></B>
|
149 |
  <B> <A NAME="tex2html520"
|
150 |
HREF="node85.html">Index</A></B>
|
151 |
<!--End of Navigation Panel-->
|
152 |
<ADDRESS>
|
153 |
scram-developers@cern.ch
|
154 |
</ADDRESS>
|
155 |
</BODY>
|
156 |
</HTML>
|