SharpCvsLib

RootRequest Class

Response expected: no. Tell the server which CVSROOT to use. Note that pathname is a local directory and not a fully qualified CVSROOT variable. pathname must already exist; if creating a new root, use the init request, not Root. pathname does not include the hostname of the server, how to access the server, etc.; by the time the CVS protocol is in use, connection, authentication, etc., are already taken care of. The Root request must be sent only once, and it must be sent before any requests other than Valid-responses, valid-requests, UseUnchanged, or init.

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

System.Object
   AbstractRequest
      RootRequest

[Visual Basic]
Public Class RootRequest
Inherits AbstractRequest
[C#]
public class RootRequest : AbstractRequest

Requirements

Namespace: ICSharpCode.SharpCvsLib.Requests

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

See Also

RootRequest Members | ICSharpCode.SharpCvsLib.Requests Namespace