SharpCvsLib

CvsRoot Members

CvsRoot overview

Public Instance Constructors

CvsRoot Constructor Constructor. Parses a cvsroot variable passed in as a string into the different properties that make it up. The cvsroot can consisit of the following components: 1) protocol: such as the pserver, ssh and ext protocols NOTE: Currently unsupported, but valid cvs protocols include: sspi and ntserver 2) username: the login user for the remote client. This will be used to authenticate the user on the remote machine. 3) server: server that the repository sits on. 4) path: path to the repository on the server

Public Instance Properties

CvsRepository Module to use in command.
Host Host running the repository.
Port The port to use to connect to the server.
Protocol The protocol to use when communicating with the server. Currently supported and accepted values are:
  1. pserver
  2. ssh
  3. ext
User User name used to access the repository.

Public Instance Methods

Equals (inherited from Object)
GetHashCode (inherited from Object)
GetType (inherited from Object)
ToString Convert CvsRoot object to a human readable format.

Protected Instance Methods

Finalize (inherited from Object)
MemberwiseClone (inherited from Object)

See Also

CvsRoot Class | ICSharpCode.SharpCvsLib.Misc Namespace