SharpCvsLib

AddCommand Constructor (String, String, String)

Add file(s) from a cvs repository.

[Visual Basic]
Overloads Public Sub New( _
   ByVal cvsroot As String, _
   ByVal fileNames As String, _
   ByVal adOptions As String _
)
[C#]
public AddCommand(
   string 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