SharpCvsLib

RemoveRequest Class

Response expected: yes. Remove a file. 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. Note that this request does not actually do anything to the repository; the only effect of a successful remove request is to supply the client with a new entries line containing `-' to indicate a removed file. In fact, the client probably could perform this operation without contacting the server, although using remove may cause the server to perform a few more checks. The client sends a subsequent ci request to actually record the removal in the repository.

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

System.Object
   AbstractRequest
      RemoveRequest

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

Requirements

Namespace: ICSharpCode.SharpCvsLib.Requests

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

See Also

RemoveRequest Members | ICSharpCode.SharpCvsLib.Requests Namespace