Subversion Repositories Applications.gtt

Rev

Rev 94 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 94 Rev 187
Line 77... Line 77...
77
   <ignore-blank-lines>
77
   <ignore-blank-lines>
78
    <shortopt>B</shortopt>
78
    <shortopt>B</shortopt>
79
    <doc>Ignore changes that insert or delete blank lines</doc>
79
    <doc>Ignore changes that insert or delete blank lines</doc>
80
   </ignore-blank-lines>
80
   </ignore-blank-lines>
81
   <brief>
81
   <brief>
-
 
82
    <shortopt></shortopt>
82
    <doc>Report only whether the files differ, no details</doc>
83
    <doc>Report only whether the files differ, no details</doc>
83
   </brief>
84
   </brief>
84
   <dry-run>
85
   <dry-run>
85
    <shortopt>n</shortopt>
86
    <shortopt>n</shortopt>
86
    <doc>Don&apos;t do anything, just pretend</doc>
87
    <doc>Don&#039;t do anything, just pretend</doc>
87
   </dry-run>
88
   </dry-run>
88
  </options>
89
  </options>
89
  <doc>&lt;package.xml&gt;
90
  <doc>&lt;package.xml&gt;
90
Compares all the files in a package.  Without any options, this
91
Compares all the files in a package.  Without any options, this
91
command will compare the current code with the last checked-in code.
92
command will compare the current code with the last checked-in code.
92
Using the -r or -R option you may compare the current code with that
93
Using the -r or -R option you may compare the current code with that
93
of a specific release.
94
of a specific release.
94
</doc>
95
</doc>
95
 </cvsdiff>
96
 </cvsdiff>
-
 
97
 <svntag>
-
 
98
  <summary>Set SVN Release Tag</summary>
-
 
99
  <function>doSvnTag</function>
-
 
100
  <shortcut>sv</shortcut>
-
 
101
  <options>
-
 
102
   <quiet>
-
 
103
    <shortopt>q</shortopt>
-
 
104
    <doc>Be quiet</doc>
-
 
105
   </quiet>
-
 
106
   <slide>
-
 
107
    <shortopt>F</shortopt>
-
 
108
    <doc>Move (slide) tag if it exists</doc>
-
 
109
   </slide>
-
 
110
   <delete>
-
 
111
    <shortopt>d</shortopt>
-
 
112
    <doc>Remove tag</doc>
-
 
113
   </delete>
-
 
114
   <dry-run>
-
 
115
    <shortopt>n</shortopt>
-
 
116
    <doc>Don&#039;t do anything, just pretend</doc>
-
 
117
   </dry-run>
-
 
118
  </options>
-
 
119
  <doc>&lt;package.xml&gt; [files...]
-
 
120
 Sets a SVN tag on all files in a package.  Use this command after you have
-
 
121
 packaged a distribution tarball with the &quot;package&quot; command to tag what
-
 
122
 revisions of what files were in that release.  If need to fix something
-
 
123
 after running svntag once, but before the tarball is released to the public,
-
 
124
 use the &quot;slide&quot; option to move the release tag.
-
 
125
 
-
 
126
 to include files (such as a second package.xml, or tests not included in the
-
 
127
 release), pass them as additional parameters.
-
 
128
 </doc>
-
 
129
 </svntag>
96
 <cvstag>
130
 <cvstag>
97
  <summary>Set CVS Release Tag</summary>
131
  <summary>Set CVS Release Tag</summary>
98
  <function>doCvsTag</function>
132
  <function>doCvsTag</function>
99
  <shortcut>ct</shortcut>
133
  <shortcut>ct</shortcut>
100
  <options>
134
  <options>
Line 114... Line 148...
114
    <shortopt>d</shortopt>
148
    <shortopt>d</shortopt>
115
    <doc>Remove tag</doc>
149
    <doc>Remove tag</doc>
116
   </delete>
150
   </delete>
117
   <dry-run>
151
   <dry-run>
118
    <shortopt>n</shortopt>
152
    <shortopt>n</shortopt>
119
    <doc>Don&apos;t do anything, just pretend</doc>
153
    <doc>Don&#039;t do anything, just pretend</doc>
120
   </dry-run>
154
   </dry-run>
121
  </options>
155
  </options>
122
  <doc>&lt;package.xml&gt;
156
  <doc>&lt;package.xml&gt; [files...]
123
Sets a CVS tag on all files in a package.  Use this command after you have
157
Sets a CVS tag on all files in a package.  Use this command after you have
124
packaged a distribution tarball with the &quot;package&quot; command to tag what
158
packaged a distribution tarball with the &quot;package&quot; command to tag what
125
revisions of what files were in that release.  If need to fix something
159
revisions of what files were in that release.  If need to fix something
126
after running cvstag once, but before the tarball is released to the public,
160
after running cvstag once, but before the tarball is released to the public,
127
use the &quot;slide&quot; option to move the release tag.
161
use the &quot;slide&quot; option to move the release tag.
-
 
162
 
-
 
163
to include files (such as a second package.xml, or tests not included in the
-
 
164
release), pass them as additional parameters.
128
</doc>
165
</doc>
129
 </cvstag>
166
 </cvstag>
130
 <package-dependencies>
167
 <package-dependencies>
131
  <summary>Show package dependencies</summary>
168
  <summary>Show package dependencies</summary>
132
  <function>doPackageDependencies</function>
169
  <function>doPackageDependencies</function>
133
  <shortcut>pd</shortcut>
170
  <shortcut>pd</shortcut>
134
  <options />
171
  <options />
135
  <doc>
-
 
-
 
172
  <doc>&lt;package-file&gt; or &lt;package.xml&gt; or &lt;install-package-name&gt;
136
List all dependencies the package has.</doc>
173
List all dependencies the package has.
-
 
174
Can take a tgz / tar file, package.xml or a package name of an installed package.</doc>
137
 </package-dependencies>
175
 </package-dependencies>
138
 <sign>
176
 <sign>
139
  <summary>Sign a package distribution file</summary>
177
  <summary>Sign a package distribution file</summary>
140
  <function>doSign</function>
178
  <function>doSign</function>
141
  <shortcut>si</shortcut>
179
  <shortcut>si</shortcut>
142
  <options />
180
  <options>
-
 
181
   <verbose>
-
 
182
    <shortopt>v</shortopt>
-
 
183
    <doc>Display GnuPG output</doc>
-
 
184
   </verbose>
-
 
185
  </options>
143
  <doc>&lt;package-file&gt;
186
  <doc>&lt;package-file&gt;
144
Signs a package distribution (.tar or .tgz) file with GnuPG.</doc>
187
Signs a package distribution (.tar or .tgz) file with GnuPG.</doc>
145
 </sign>
188
 </sign>
146
 <makerpm>
189
 <makerpm>
147
  <summary>Builds an RPM spec file from a PEAR package</summary>
190
  <summary>Builds an RPM spec file from a PEAR package</summary>
148
  <function>doMakeRPM</function>
191
  <function>doMakeRPM</function>
149
  <shortcut>rpm</shortcut>
192
  <shortcut>rpm</shortcut>
150
  <options>
193
  <options>
151
   <spec-template>
194
   <spec-template>
152
    <shortopt>t</shortopt>
195
    <shortopt>t</shortopt>
153
    <arg>FILE</arg>
-
 
154
    <doc>Use FILE as RPM spec file template</doc>
196
    <doc>Use FILE as RPM spec file template</doc>
-
 
197
    <arg>FILE</arg>
155
   </spec-template>
198
   </spec-template>
156
   <rpm-pkgname>
199
   <rpm-pkgname>
157
    <shortopt>p</shortopt>
200
    <shortopt>p</shortopt>
158
    <arg>FORMAT</arg>
-
 
159
    <doc>Use FORMAT as format string for RPM package name, %s is replaced
201
    <doc>Use FORMAT as format string for RPM package name, %s is replaced
160
by the PEAR package name, defaults to &quot;PEAR::%s&quot;.</doc>
202
by the PEAR package name, defaults to &quot;PEAR::%s&quot;.</doc>
-
 
203
    <arg>FORMAT</arg>
161
   </rpm-pkgname>
204
   </rpm-pkgname>
162
  </options>
205
  </options>
163
  <doc>&lt;package-file&gt;
206
  <doc>&lt;package-file&gt;
Line 164... Line 207...
164
 
207
 
Line 189... Line 232...
189
and package.xml will be used as the old file by default.
232
and package.xml will be used as the old file by default.
190
This is not the most intelligent conversion, and should only be
233
This is not the most intelligent conversion, and should only be
191
used for automated conversion or learning the format.
234
used for automated conversion or learning the format.
192
</doc>
235
</doc>
193
 </convert>
236
 </convert>
194
</commands>
237
</commands>
195
238