SharpCvsLib

AnnotateRequest Class

Response expected: yes. Actually do a cvs command. This uses any previous Argument, Directory, Entry, or Modified requests, if they have been sent. The last Directory sent specifies the working directory at the time of the operation. No provision is made for any input from the user. This means that ci must use a -m argument if it wants to specify a log message. Usage: cvs server [-lRf] [-r rev|-D date] [files...] -l Local directory only, no recursion. -R Process directories recursively. -f Use head revision if tag/date not found. -r rev Annotate file as of specified revision/tag. -D date Annotate file as of specified date. (Specify the --help global option for a list of other help options) * *

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

System.Object
   AbstractRequest
      AnnotateRequest

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

Requirements

Namespace: ICSharpCode.SharpCvsLib.Requests

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

See Also

AnnotateRequest Members | ICSharpCode.SharpCvsLib.Requests Namespace