From b9421dc80af485591a9c50cc8921f912e0def11e Mon Sep 17 00:00:00 2001 From: Ashlee Young Date: Fri, 23 Oct 2015 10:05:40 -0700 Subject: Removing sources to replace with download links instead. Change-Id: Ie28789a725051aec0d1b04dd291b7690a7898668 Signed-off-by: Ashlee Young --- .../src/ant/apache-ant-1.9.6/manual/Tasks/sos.html | 503 --------------------- 1 file changed, 503 deletions(-) delete mode 100644 framework/src/ant/apache-ant-1.9.6/manual/Tasks/sos.html (limited to 'framework/src/ant/apache-ant-1.9.6/manual/Tasks/sos.html') diff --git a/framework/src/ant/apache-ant-1.9.6/manual/Tasks/sos.html b/framework/src/ant/apache-ant-1.9.6/manual/Tasks/sos.html deleted file mode 100644 index c068263b..00000000 --- a/framework/src/ant/apache-ant-1.9.6/manual/Tasks/sos.html +++ /dev/null @@ -1,503 +0,0 @@ - - - - - - - -SOS Tasks - - - - -
-

SourceOffSite Tasks User Manual

- -
by - -Version 1.1 2002/01/23 -
-
- -
-

Contents

- - -
- -

Introduction

- -

These tasks provide an interface to the -Microsoft Visual SourceSafe SCM via -SourceGear's SourceOffSite -product. SourceOffSite is an add-on to Microsoft's VSS, that allows remote -development teams and tele-commuters that need fast and secure read/write -access to a centralized SourceSafe database via any TCP/IP connection. SOS -provides Linux ,Solaris & Windows clients. The - org.apache.tools.ant.taskdefs.optional.sos -package consists of a simple framework to support SOS functionality as well -as some Apache Ant tasks encapsulating frequently used SOS commands. Although it -is possible to use these commands on the desktop, they were primarily intended -to be used by automated build systems. These tasks have been tested with -SourceOffSite version 3.5.1 connecting to VisualSourceSafe 6.0. The tasks -have been tested with Linux, Solaris & Windows2000.

- -

The Tasks

- - - - - - - - - - - - - - - - - - - - - -
sosgetRetrieves a read-only copy of the specified project or file.
soslabelAssigns a label to the specified project.
soscheckinUpdates VSS with changes made to a checked out file or project, - and unlocks the VSS master copy.
soscheckoutRetrieves a read-write copy of the specified project - or file, locking the VSS master copy
-
- -
-

Task Descriptions

- -

SOSGet
-

-

Description

- Task to perform GET commands with SOS
-

Parameters

-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
AttributeValuesRequired
soscmdDirectory which contains soscmd(.exe)
- soscmd(.exe) must be in the path if this is not specified
No
vssserverpathpath to the srcsafe.ini - eg. \\server\vss\srcsafe.iniYes
sosserverpathaddress & port of the SOS server - eg. 192.168.0.1:8888Yes
projectpathSourceSafe project path - eg. $/SourceRoot/Project1Yes
fileFilename to act upon
- If no file is specified then act upon the project
No
usernameSourceSafe usernameYes
passwordSourceSafe passwordNo
localpathOverride the working directory and get to the specified pathNo
soshomeThe path to the SourceOffSite home directoryNo
nocompresstrue or false - disable compressionNo
recursivetrue or false - Only works with the GetProject commandNo
versiona version number to get - Only works with the GetFile commandNo
labela label version to get - Only works with the GetProject commandNo
nocachetrue or false - Only needed if SOSHOME is set as an environment variableNo
verbosetrue or false - Status messages are displayedNo
- -

Example

- -
-<sosget verbose="true"
-        recursive="true"
-        username="build"
-        password="build"
-        localpath="tmp"
-        projectpath="$/SourceRoot/project1"
-        sosserverpath="192.168.10.6:8888"
-        vssserverpath="d:\vss\srcsafe.ini"/>
-
-Connects to a SourceOffsite server on 192.168.10.6:8888 with -build,build as the username & password. The SourceSafe database resides -on the same box as the SOS server & the VSS database is at -"d:\vss\srcsafe.ini" Does a recursive GetProject on -$/SourceRoot/project1, using tmp as the working -directory.
-
- -
-

SOSLabel

- -

Description

- Task to perform Label commands with SOS
-

Parameters

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
AttributeValuesRequired
soscmdDirectory which contains soscmd(.exe)
- soscmd(.exe) must be in the path if this is not specified
No
vssserverpathpath to the srcsafe.ini - eg. \\server\vss\srcsafe.iniYes
sosserverpathaddress and port of the SOS server - eg. 192.168.0.1:8888Yes
projectpathSourceSafe project path - eg. $/SourceRoot/Project1Yes
usernameSourceSafe usernameYes
passwordSourceSafe passwordNo
labelThe label to apply to a projectYes
commentA comment to be applied to all files being labeledNo
verbosetrue or false - Status messages are displayedNo
- -

Example

-
-<soslabel username="build"
-          password="build"
-          label="test label"
-          projectpath="$/SourceRoot/project1"
-          sosserverpath="192.168.10.6:8888"
-          vssserverpath="d:\vss\srcsafe.ini"/>
-
- -Connects to a SourceOffsite server on 192.168.10.6:8888 with -build,build as the username & password. The SourceSafe database resides -on the same box as the SOS server & the VSS database is at -"d:\vss\srcsafe.ini". Labels the $/SourceRoot/project1 -project with "test label".
-
- -

- -

SOSCheckIn

- -

Description

- Task to perform CheckIn commands with SOS
-

Parameters

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
AttributeValuesRequired
soscmdDirectory which contains soscmd(.exe)
- soscmd(.exe) must be in the path if this is not specified
No
vssserverpathpath to the srcsafe.ini - eg. \\server\vss\srcsafe.iniYes
sosserverpathaddress and port of the SOS server - eg. 192.168.0.1:8888Yes
projectpathSourceSafe project path - eg. $/SourceRoot/Project1Yes
fileFilename to act upon
If no file is specified then act upon the project
No
usernameSourceSafe usernameYes
passwordSourceSafe passwordNo
localpathOverride the working directory and get to the specified pathNo
soshomeThe path to the SourceOffSite home directoryNo
nocompresstrue or false - disable compressionNo
recursivetrue or false - Only works with the CheckOutProject commandNo
nocachetrue or false - Only needed if SOSHOME is set as an environment variableNo
verbosetrue or false - Status messages are displayedNo
commentA comment to be applied to all files being checked inNo
- -

Example

-
-<soscheckin username="build"
-            password="build"
-            file="foobar.txt"
-            verbose="true"
-            comment="comment abc"
-            projectpath="$/SourceRoot/project1"
-            sosserverpath="server1:8888"
-            vssserverpath="\\server2\vss\srcsafe.ini"/>
-
- -Connects to a SourceOffsite server on server1:8888 with build,build as -the username & password. The SourceSafe database resides on a different -box (server2) & the VSS database is on a share called -"vss". Checks-in only the "foobar.txt" file adding -a comment of "comment abc". Extra status messages will be -displayed on screen.
-
- -
-

SOSCheckOut

- -

Description

- Task to perform CheckOut commands with SOS
- -

Parameters

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
AttributeValuesRequired
soscmdDirectory which contains soscmd(.exe)
- soscmd(.exe) must be in the path if this is not specified
No
vssserverpathpath to the srcsafe.ini - eg. \\server\vss\srcsafe.iniYes
sosserverpathaddress and port of the SOS server - eg. 192.168.0.1:8888Yes
projectpathSourceSafe project path - eg. $/SourceRoot/Project1Yes
fileFilename to act upon
If no file is specified then act upon the project
No
usernameSourceSafe usernameYes
passwordSourceSafe passwordNo
localpathOverride the working directory and get to the specified pathNo
soshomeThe path to the SourceOffSite home directoryNo
nocompresstrue or false - disable compressionNo
recursivetrue or false - Only works with the CheckOutProject commandNo
nocachetrue or false - Only needed if SOSHOME is set as an environment variableNo
verbosetrue or false - Status messages are displayedNo
-
- -

Example

-
-<soscheckout soscmd="/usr/local/bin"
-             verbose="true"
-             username="build"
-             password="build"
-             projectpath="$/SourceRoot/project1"
-             sosserverpath="192.168.10.6:8888"
-             vssserverpath="\\server2\vss\srcsafe.ini"/>
-
- -Connects to a SourceOffsite server on server1:8888 with build,build as -the username & password. The SourceSafe database resides on a different -box (server2) & the VSS database is on a share called -"vss". Checks-out "project1", Only the -"project1" directory will be locked as the recursive option -was not set. Extra status messages will be displayed on screen. The -soscmd(.exe) file to be used resides in /usr/local/bin.
-
- - - -- cgit 1.2.3-korg