Package org.apache.tools.ant.taskdefs.optional.sos
Ant tasks for working with a SourceOffSite source control system.
- <SOSGet>
- Retrieves file(s) from a SOS database
- <SOSCheckin>
- Commits and unlocks file(s) in a SOS database
- <SOSCheckout>
- Retrieves and lock file(s) in a SOS database
- <SOSLabel>
- Label a SOS database
-
Interface Summary Interface Description SOSCmd Interface to hold constants used by the SOS tasks -
Class Summary Class Description SOS A base class for creating tasks for executing commands on SourceOffSite.SOSCheckin Commits and unlocks files in Visual SourceSafe via a SourceOffSite server.SOSCheckout Retrieves and locks files in Visual SourceSafe via a SourceOffSite server.SOSGet Retrieves a read-only copy of the specified project or file from Visual SourceSafe via a SourceOffSite server.SOSLabel Labels Visual SourceSafe files via a SourceOffSite server.