jesse 2003/04/14 21:28:59
Modified: docs/manual/OptionalTasks vss.html
Log:
Update the manual to reflect new attributes
Revision Changes Path
1.13 +69 -2 ant/docs/manual/OptionalTasks/vss.html
Index: vss.html
===================================================================
RCS file: /home/cvs/ant/docs/manual/OptionalTasks/vss.html,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- vss.html 24 Oct 2002 14:55:24 -0000 1.12
+++ vss.html 15 Apr 2003 04:28:59 -0000 1.13
@@ -15,6 +15,7 @@
<li>Jon Skeet (<a href="mailto:[EMAIL PROTECTED]">[EMAIL
PROTECTED]</a>)</li>
<li>Nigel Magnay (<a href="mailto:[EMAIL PROTECTED]">[EMAIL
PROTECTED]</a>)</li>
<li>Gary S. Weaver</li>
+ <li>Jesse Stockall</li>
</ul>
<p>$Date$</p>
<hr>
@@ -122,7 +123,7 @@
</tr>
<tr>
<td>writable</td>
- <td>true or false<; default false/td>
+ <td>true or false; default false</td>
<td>No</td>
</tr>
<tr>
@@ -159,6 +160,24 @@
used; values of Y or N will be appended to this.</td>
<td>No</td>
</tr>
+ <tr>
+ <td>writablefiles</td>
+ <td>Behavior when local files are writable. Valid options are:
<code>replace</code>,
+ <code>skip</code> and <code>fail</code>; Defaults to
<code>fail</code>
+ <br><code>skip</code> implies <code>failonerror=false</code></td>
+ <td>No</td>
+ </tr>
+ <tr>
+ <td>failonerror</td>
+ <td>Stop the buildprocess if ss.exe exits with a returncode of 100.
Defaults to true</td>
+ <td>No</td>
+ </tr>
+ <tr>
+ <td>filetimestamp</td>
+ <td>Set the behavior for timestamps of local files. Valid options are
<code>current</code>,
+ <code>modified</code>, or <code>updated</code>. Defaults to
<code>current</code>.</td>
+ <td>No</td>
+ </tr>
</table>
<p>Note that only one of version, date or label should be specified</p>
<h3>Examples</h3>
@@ -239,6 +258,11 @@
used; values of Y or N will be appended to this.</td>
<td>No</td>
</tr>
+ <tr>
+ <td>failonerror</td>
+ <td>Stop the buildprocess if ss.exe exits with a returncode of 100.
Defaults to true</td>
+ <td>No</td>
+ </tr>
</table>
<h3>Examples</h3>
<blockquote>
@@ -354,6 +378,11 @@
<td>Name the user whose changes we would like to see</td>
<td>No</td>
</tr>
+ <tr>
+ <td>failonerror</td>
+ <td>Stop the buildprocess if ss.exe exits with a returncode of 100.
Defaults to true</td>
+ <td>No</td>
+ </tr>
</table>
<h4>Specifying the time-frame</h4>
@@ -463,6 +492,11 @@
<td>'Y', 'N' or empty. Specify how to reply to questions from VSS.</td>
<td>No</td>
</tr>
+ <tr>
+ <td>failonerror</td>
+ <td>Stop the buildprocess if ss.exe exits with a returncode of 100.
Defaults to true</td>
+ <td>No</td>
+ </tr>
</table>
<h3>Examples</h3>
@@ -544,6 +578,29 @@
<td>label</td>
<td>a label to get for</td>
</tr>
+ <tr>
+ <td>writablefiles</td>
+ <td>Behavior when local files are writable. Valid options are:
<code>replace</code>,
+ <code>skip</code> and <code>fail</code>; Defaults to
<code>fail</code>
+ <br><code>skip</code> implies <code>failonerror=false</code></td>
+ <td>No</td>
+ </tr>
+ <tr>
+ <td>failonerror</td>
+ <td>Stop the buildprocess if ss.exe exits with a returncode of 100.
Defaults to true</td>
+ <td>No</td>
+ </tr>
+ <tr>
+ <td>filetimestamp</td>
+ <td>Set the behavior for timestamps of local files. Valid options are
<code>current</code>,
+ <code>modified</code>, or <code>updated</code>. Defaults to
<code>current</code>.</td>
+ <td>No</td>
+ </tr>
+ <tr>
+ <td>getlocalcopy</td>
+ <td>Set the behavior to retrieve local copies of the files. Defaults to
true.</td>
+ <td>No</td>
+ </tr>
</table>
<h3>Examples</h3>
@@ -615,6 +672,11 @@
<td>'Y', 'N' or empty. Specify how to reply to questions from VSS.</td>
<td>No</td>
</tr>
+ <tr>
+ <td>failonerror</td>
+ <td>Stop the buildprocess if ss.exe exits with a returncode of 100.
Defaults to true</td>
+ <td>No</td>
+ </tr>
</table>
<h3>Examples</h3>
@@ -665,6 +727,11 @@
<td>serverPath</td>
<td>directory where <code>srssafe.ini</code> resides.</td>
<td>No</td>
+ </tr>
+ <tr>
+ <td>failonerror</td>
+ <td>Stop the buildprocess if ss.exe exits with a returncode of 100.
Defaults to true</td>
+ <td>No</td>
</tr>
</table>