SharpCvsLib

Tag Class

Value object for the

Tag
cvs file. The root file holds the cvsroot string. The cvsroot is a string value which has the following information:
  1. protocol
  2. user@servername.domainname
  3. server repository directory
seperated by a colan(
:
). eg) :pserver:anonymous@linux.sporadicism.com:/home/cvs/src/

For a list of all members of this type, see Tag Members.

System.Object
   AbstractCvsFile
      Tag

[Visual Basic]
Public Class Tag
Inherits AbstractCvsFile
Implements ICvsFile
[C#]
public class Tag : AbstractCvsFile, ICvsFile

Requirements

Namespace: ICSharpCode.SharpCvsLib.FileSystem

Assembly: ICSharpCode.SharpCvsLib (in ICSharpCode.SharpCvsLib.dll)

See Also

Tag Members | ICSharpCode.SharpCvsLib.FileSystem Namespace