SharpCvsLib

AddCommand Members

AddCommand overview

Public Instance Constructors

AddCommand Constructor Initialize the working directory to be used in the add.

Public Instance Properties

Folders Folders that will be added/ updated when the add command is executed. Each folder contains an entry request, even though the actual entry does not exist on the hard drive.

Public Instance Methods

Equals (inherited from Object)
Execute Execute checkout module command. taken from: http://www.elegosoft.com/cvs/cvsclient.html add \n Response expected: yes. Add a file or directory. 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. To add a directory, send the directory to be added using Directory and Argument requests.
GetHashCode (inherited from Object)
GetType (inherited from Object)
ToString (inherited from Object)

Protected Instance Methods

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

See Also

AddCommand Class | ICSharpCode.SharpCvsLib.Commands Namespace