Merged revisions 1884-1905 via svnmerge from
[scons.git] / src / engine / SCons / Tool / Subversion.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 <!--
8 <tool name="Subversion">
9 <summary>
10 Sets construction variables for interacting with Subversion.
11 </summary>
12 <sets>
13 SVN
14 SVNFLAGS
15 SVNCOM
16 </sets>
17 <uses>
18 SVNCOMSTR
19 </uses>
20 </tool>
21 -->
22
23 <!--
24 <cvar name="SVN">
25 <summary>
26 The Subversion executable (usually named
27 <command>svn</command>).
28 </summary>
29 </cvar>
30 -->
31
32 <!--
33 <cvar name="SVNCOM">
34 <summary>
35 The command line used to
36 fetch source files from a Subversion repository.
37 </summary>
38 </cvar>
39 -->
40
41 <!--
42 <cvar name="SVNFLAGS">
43 <summary>
44 General options that are passed to Subversion.
45 </summary>
46 </cvar>
47 -->