Merged revisions 1884-1905 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 Sets construction variables for the interaction
10 with the Revision Control System.
11 </summary>
12 <sets>
13 RCS
14 RCS_CO
15 RCS_COFLAGS
16 RCS_COCOM
17 </sets>
18 <uses>
19 RCS_COCOMSTR
20 </uses>
21 </tool>
22
23 <cvar name="RCS">
24 <summary>
25 The RCS executable.
26 Note that this variable is not actually used
27 for the command to fetch source files from RCS;
28 see the
29 &cv-link-RCS_CO;
30 construction variable, below.
31 </summary>
32 </cvar>
33
34 <cvar name="RCS_CO">
35 <summary>
36 The RCS "checkout" executable,
37 used to fetch source files from RCS.
38 </summary>
39 </cvar>
40
41 <cvar name="RCS_COCOM">
42 <summary>
43 The command line used to
44 fetch (checkout) source files from RCS.
45 </summary>
46 </cvar>
47
48 <cvar name="RCS_COCOMSTR">
49 <summary>
50 The string displayed when fetching
51 a source file from RCS.
52 If this is not set, then &cv-link-RCS_COCOM;
53 (the command line) is displayed.
54 </summary>
55 </cvar>
56
57 <cvar name="RCS_COFLAGS">
58 <summary>
59 Options that are passed to the &cv-link-RCS_CO; command.
60 </summary>
61 </cvar>