Task that executes a checkin against a VSS Database.
Namespace: MSBuild.Community.Tasks.SourceSafe
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Class VssCheckin Inherits VssRecursiveBase |
| C# |
|---|
| public class VssCheckin : VssRecursiveBase |
| C++ |
|---|
| ref class VssCheckin : VssRecursiveBase |
| J# |
|---|
| public class VssCheckin extends VssRecursiveBase |
| JScript |
|---|
| public class VssCheckin extends VssRecursiveBase |
Example
Copy Code
| |
|---|---|
<VssCheckin UserName="ccnet_build"
Password="build"
LocalPath="C:\Dev\MyProjects\Project\TestFile.cs"
Recursive="False"
DatabasePath="\\VSSServer\VSS\srcsafe.ini"
Path="$/Test/TestFile.cs"
/>
| |
Inheritance Hierarchy
System.Object
Microsoft.Build.Utilities.Task
MSBuild.Community.Tasks.SourceSafe.VssBase
MSBuild.Community.Tasks.SourceSafe.VssRecursiveBase
MSBuild.Community.Tasks.SourceSafe.VssCheckin
Microsoft.Build.Utilities.Task
MSBuild.Community.Tasks.SourceSafe.VssBase
MSBuild.Community.Tasks.SourceSafe.VssRecursiveBase
MSBuild.Community.Tasks.SourceSafe.VssCheckin
Thread Safety
Public static (Shared in Visual Basic)staticShared members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.
See Also
Documentation version 1.0.0.0.