Merged revisions 1826-1882 via svnmerge from
[scons.git] / src / engine / SCons / Tool / RCS.xml
1 <!--
2 __COPYRIGHT__
3
4 This file is processed by the bin/SConsDoc.py module.
5 See its __doc__ string for a discussion of the format.
6 -->
7 <tool name="RCS">
8 <summary>
9 XXX
10 </summary>
11 </tool>
12
13 <cvar name="RCS">
14 <summary>
15 The RCS executable.
16 Note that this variable is not actually used
17 for the command to fetch source files from RCS;
18 see the
19 &cv-link-RCS_CO;
20 construction variable, below.
21 </summary>
22 </cvar>
23
24 <cvar name="RCS_CO">
25 <summary>
26 The RCS "checkout" executable,
27 used to fetch source files from RCS.
28 </summary>
29 </cvar>
30
31 <cvar name="RCS_COCOM">
32 <summary>
33 The command line used to
34 fetch (checkout) source files from RCS.
35 </summary>
36 </cvar>
37
38 <cvar name="RCS_COCOMSTR">
39 <summary>
40 The string displayed when fetching
41 a source file from RCS.
42 If this is not set, then &cv-link-RCS_COCOM;
43 (the command line) is displayed.
44 </summary>
45 </cvar>
46
47 <cvar name="RCS_COFLAGS">
48 <summary>
49 Options that are passed to the &cv-link-RCS_CO; command.
50 </summary>
51 </cvar>