SharpCvsLib

CheckoutCommand Constructor (CvsRoot, String, String)

Create a new checkout command, initialize the variables that are used in a checkout.

[Visual Basic]
Overloads Public Sub New( _
   ByVal cvsRoot As CvsRoot, _
   ByVal repositoryName As String, _
   ByVal coOptions As String _
)
[C#]
public CheckoutCommand(
   CvsRoot cvsRoot,
   string repositoryName,
   string coOptions
);

Parameters

cvsRoot
The cvs root to use for this checkout.
repositoryName
Name of the local repository path.
coOptions
All unparsed checkout options.

See Also

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