SharpCvsLib

AddCommand Constructor (CvsRoot, String, String)

Add file(s) in the cvs repository

[Visual Basic]
Overloads Public Sub New( _
   ByVal cvsroot As CvsRoot, _
   ByVal fileNames As String, _
   ByVal adOptions As String _
)
[C#]
public AddCommand(
   CvsRoot cvsroot,
   string fileNames,
   string adOptions
);

Parameters

cvsroot
User Information
fileNames
Files to remove
adOptions
Options

See Also

AddCommand Class | ICSharpCode.SharpCvsLib.Console.Commands Namespace | AddCommand Constructor Overload List