Хранилища Subversion ant

Редакция

К новейшей редакции | Содержимое файла | Последнее изменение | Открыть журнал | RSS

Редакция Автор № строки Строка
69 alex-w 1
<commands version="1.0">
2
 <remote-info>
3
  <summary>Information About Remote Packages</summary>
4
  <function>doRemoteInfo</function>
5
  <shortcut>ri</shortcut>
6
  <options />
7
  <doc>&lt;package&gt;
8
Get details on a package from the server.</doc>
9
 </remote-info>
10
 <list-upgrades>
11
  <summary>List Available Upgrades</summary>
12
  <function>doListUpgrades</function>
13
  <shortcut>lu</shortcut>
14
  <options />
15
  <doc>[preferred_state]
16
List releases on the server of packages you have installed where
17
a newer version is available with the same release state (stable etc.)
18
or the state passed as the second parameter.</doc>
19
 </list-upgrades>
20
 <remote-list>
21
  <summary>List Remote Packages</summary>
22
  <function>doRemoteList</function>
23
  <shortcut>rl</shortcut>
24
  <options>
25
   <channel>
26
    <shortopt>c</shortopt>
27
    <doc>specify a channel other than the default channel</doc>
28
    <arg>CHAN</arg>
29
   </channel>
30
   <channelinfo>
31
    <shortopt>i</shortopt>
32
    <doc>output fully channel-aware data, even on failure</doc>
33
   </channelinfo>
34
  </options>
35
  <doc>
36
Lists the packages available on the configured server along with the
37
latest stable release of each package.</doc>
38
 </remote-list>
39
 <search>
40
  <summary>Search remote package database</summary>
41
  <function>doSearch</function>
42
  <shortcut>sp</shortcut>
43
  <options>
44
   <channel>
45
    <shortopt>c</shortopt>
46
    <doc>specify a channel other than the default channel</doc>
47
    <arg>CHAN</arg>
48
   </channel>
49
   <allchannels>
50
    <shortopt>a</shortopt>
51
    <doc>search packages from all known channels</doc>
52
   </allchannels>
53
   <channelinfo>
54
    <shortopt>i</shortopt>
55
    <doc>output fully channel-aware data, even on failure</doc>
56
   </channelinfo>
57
  </options>
58
  <doc>[packagename] [packageinfo]
59
Lists all packages which match the search parameters.  The first
60
parameter is a fragment of a packagename.  The default channel
61
will be used unless explicitly overridden.  The second parameter
62
will be used to match any portion of the summary/description</doc>
63
 </search>
64
 <list-all>
65
  <summary>List All Packages</summary>
66
  <function>doListAll</function>
67
  <shortcut>la</shortcut>
68
  <options>
69
   <channel>
70
    <shortopt>c</shortopt>
71
    <doc>specify a channel other than the default channel</doc>
72
    <arg>CHAN</arg>
73
   </channel>
74
   <channelinfo>
75
    <shortopt>i</shortopt>
76
    <doc>output fully channel-aware data, even on failure</doc>
77
   </channelinfo>
78
  </options>
79
  <doc>
80
Lists the packages available on the configured server along with the
81
latest stable release of each package.</doc>
82
 </list-all>
83
 <download>
84
  <summary>Download Package</summary>
85
  <function>doDownload</function>
86
  <shortcut>d</shortcut>
87
  <options>
88
   <nocompress>
89
    <shortopt>Z</shortopt>
90
    <doc>download an uncompressed (.tar) file</doc>
91
   </nocompress>
92
  </options>
93
  <doc>&lt;package&gt;...
94
Download package tarballs.  The files will be named as suggested by the
95
server, for example if you download the DB package and the latest stable
96
version of DB is 1.6.5, the downloaded file will be DB-1.6.5.tgz.</doc>
97
 </download>
98
 <clear-cache>
99
  <summary>Clear Web Services Cache</summary>
100
  <function>doClearCache</function>
101
  <shortcut>cc</shortcut>
102
  <options />
103
  <doc>
104
Clear the XML-RPC/REST cache.  See also the cache_ttl configuration
105
parameter.
106
</doc>
107
 </clear-cache>
108
</commands>