SharpCvsLib

EntryRequest Class

Response expected: no. Tell the server what version of a file is on the local machine. The name in entry-line is a name relative to the directory most recently specified with Directory. If the user is operating on only some files in a directory, Entry requests for only those files need be included. If an Entry request is sent without Modified, Is-modified, or Unchanged, it means the file is lost (does not exist in the working directory). If both Entry and one of Modified, Is-modified, or Unchanged are sent for the same file, Entry must be sent first. For a given file, one can send Modified, Is-modified, or Unchanged, but not more than one of these three.

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

System.Object
   AbstractRequest
      EntryRequest

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

Requirements

Namespace: ICSharpCode.SharpCvsLib.Requests

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

See Also

EntryRequest Members | ICSharpCode.SharpCvsLib.Requests Namespace