Bring CVS back in sync.
[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 <tool name="Subversion">
8 <summary>
9 XXX
10 </summary>
11 </tool>
12
13 <!--
14 <cvar name="SVN">
15 <summary>
16 The Subversion executable (usually named
17 <command>svn</command>).
18 </summary>
19 </cvar>
20 -->
21
22 <!--
23 <cvar name="SVNCOM">
24 <summary>
25 The command line used to
26 fetch source files from a Subversion repository.
27 </summary>
28 </cvar>
29 -->
30
31 <!--
32 <cvar name="SVNFLAGS">
33 <summary>
34 General options that are passed to Subversion.
35 </summary>
36 </cvar>
37 -->