SharpCvsLib

Manager.AddTag Method (WorkingDirectory, String, String, String)

Create the root file in the local cvs directory. This file holds the details about the cvs root used in this sandbox.

[Visual Basic]
Overloads Public Function AddTag( _
   ByVal workingDirectory As WorkingDirectory, _
   ByVal localPath As String, _
   ByVal repositoryPath As String, _
   ByVal stickyTag As String _
) As Tag
[C#]
public Tag AddTag(
   WorkingDirectory workingDirectory,
   string localPath,
   string repositoryPath,
   string stickyTag
);

Parameters

workingDirectory
Holds information about the current path and cvs root.
localPath
The local path response sent down from the server.
repositoryPath
The path to the file name on the server.
stickyTag
The sticky tag to add to the tag file.

Return Value

The object contents of the newly created root file.

See Also

Manager Class | ICSharpCode.SharpCvsLib.FileSystem Namespace | Manager.AddTag Overload List