SharpCvsLib

Root Class

Value object for the

Root
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 Root Members.

System.Object
   AbstractCvsFile
      Root

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

Requirements

Namespace: ICSharpCode.SharpCvsLib.FileSystem

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

See Also

Root Members | ICSharpCode.SharpCvsLib.FileSystem Namespace