From a8908596a0b5d2edff8021c99388c8288cff37a5 Mon Sep 17 00:00:00 2001 From: Jesse Stockall Date: Tue, 15 Apr 2003 04:28:59 +0000 Subject: [PATCH] Update the manual to reflect new attributes git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274458 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/OptionalTasks/vss.html | 69 +++++++++++++++++++++++++++++- 1 file changed, 68 insertions(+), 1 deletion(-) diff --git a/docs/manual/OptionalTasks/vss.html b/docs/manual/OptionalTasks/vss.html index aa27a5aae..4b0613dee 100644 --- a/docs/manual/OptionalTasks/vss.html +++ b/docs/manual/OptionalTasks/vss.html @@ -15,6 +15,7 @@
  • Jon Skeet (jon.skeet@peramon.com)
  • Nigel Magnay (nigel.magnay@parsec.co.uk)
  • Gary S. Weaver
  • +
  • Jesse Stockall
  • $Date$


    @@ -122,7 +123,7 @@ label only one will be used in the order version, date, label.

    writable - true or false<; default false/td> + true or false; default false No @@ -159,6 +160,24 @@ label only one will be used in the order version, date, label.

    used; values of Y or N will be appended to this. No + + writablefiles + Behavior when local files are writable. Valid options are: replace, + skip and fail; Defaults to fail +
    skip implies failonerror=false + No + + + failonerror + Stop the buildprocess if ss.exe exits with a returncode of 100. Defaults to true + No + + + filetimestamp + Set the behavior for timestamps of local files. Valid options are current, + modified, or updated. Defaults to current. + No +

    Note that only one of version, date or label should be specified

    Examples

    @@ -239,6 +258,11 @@ project.

    used; values of Y or N will be appended to this. No + + failonerror + Stop the buildprocess if ss.exe exits with a returncode of 100. Defaults to true + No +

    Examples

    @@ -354,6 +378,11 @@ Task to perform HISTORY commands to Microsoft Visual SourceSafe. Name the user whose changes we would like to see No + + failonerror + Stop the buildprocess if ss.exe exits with a returncode of 100. Defaults to true + No +

    Specifying the time-frame

    @@ -463,6 +492,11 @@ Task to perform CHECKIN commands to Microsoft Visual SourceSafe. 'Y', 'N' or empty. Specify how to reply to questions from VSS. No + + failonerror + Stop the buildprocess if ss.exe exits with a returncode of 100. Defaults to true + No +

    Examples

    @@ -544,6 +578,29 @@ label only one will be used in the order version, date, label.

    label a label to get for + + writablefiles + Behavior when local files are writable. Valid options are: replace, + skip and fail; Defaults to fail +
    skip implies failonerror=false + No + + + failonerror + Stop the buildprocess if ss.exe exits with a returncode of 100. Defaults to true + No + + + filetimestamp + Set the behavior for timestamps of local files. Valid options are current, + modified, or updated. Defaults to current. + No + + + getlocalcopy + Set the behavior to retrieve local copies of the files. Defaults to true. + No +

    Examples

    @@ -615,6 +672,11 @@ Task to perform ADD commands to Microsoft Visual SourceSafe. 'Y', 'N' or empty. Specify how to reply to questions from VSS. No + + failonerror + Stop the buildprocess if ss.exe exits with a returncode of 100. Defaults to true + No +

    Examples

    @@ -666,6 +728,11 @@ directory (see vsscp).

    directory where srssafe.ini resides. No + + failonerror + Stop the buildprocess if ss.exe exits with a returncode of 100. Defaults to true + No +

    Examples