fb666e8ffeba67b1d9cc2e19e1f12f61ad676868
[scons.git] / src / engine / SCons / Tool / CVS.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="CVS">
8 <summary>
9 XXX
10 </summary>
11 </tool>
12
13 <cvar name="CVS">
14 <summary>
15 The CVS executable.
16 </summary>
17 </cvar>
18
19 <cvar name="CVSCOFLAGS">
20 <summary>
21 Options that are passed to the CVS checkout subcommand.
22 </summary>
23 </cvar>
24
25 <cvar name="CVSCOM">
26 <summary>
27 The command line used to
28 fetch source files from a CVS repository.
29 </summary>
30 </cvar>
31
32 <cvar name="CVSCOMSTR">
33 <summary>
34 The string displayed when fetching
35 a source file from a CVS repository.
36 If this is not set, then &cv-link-CVSCOM;
37 (the command line) is displayed.
38 </summary>
39 </cvar>
40
41 <cvar name="CVSFLAGS">
42 <summary>
43 General options that are passed to CVS.
44 By default, this is set to
45 <literal>-d $CVSREPOSITORY</literal>
46 to specify from where the files must be fetched.
47 </summary>
48 </cvar>
49
50 <cvar name="CVSREPOSITORY">
51 <summary>
52 The path to the CVS repository.
53 This is referenced in the default
54 &cv-link-CVSFLAGS; value.
55 </summary>
56 </cvar>