bodewig 02/05/09 23:44:43
Modified: docs/manual/OptionalTasks Tag: ANT_15_BRANCH perforce.html
Log:
Let people know that p4sync's force attribute is not a boolean.
PR: 8929
Revision Changes Path
No revision
No revision
1.13.2.1 +5 -3 jakarta-ant/docs/manual/OptionalTasks/perforce.html
Index: perforce.html
===================================================================
RCS file: /home/cvs/jakarta-ant/docs/manual/OptionalTasks/perforce.html,v
retrieving revision 1.13
retrieving revision 1.13.2.1
diff -u -r1.13 -r1.13.2.1
--- perforce.html 2 Apr 2002 07:49:08 -0000 1.13
+++ perforce.html 10 May 2002 06:44:43 -0000 1.13.2.1
@@ -202,8 +202,10 @@
</tr>
<tr>
<td valign="top">force</td>
- <td valign="top">force a refresh of files</td>
- <td valign="top" align="center">no</td>
+ <td valign="top">force a refresh of files, if this attribute has
+ been set.</td>
+ <td valign="top" align="center">no - if ommitted, it will be off,
+ otherwise a refresh will be forced.</td>
</tr>
<tr>
<td valign="top">label</td>
@@ -213,7 +215,7 @@
</table>
<h3>Examples</h3>
-<pre><p4sync label="nightlybuild-0.0123" force="yes"
/>
+<pre><p4sync label="nightlybuild-0.0123" force="foo"
/>
<p4sync view="//depot/projects/projectfoo/main/src/..." />
</pre>
<hr>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>