Jyxo\Svn\Client::co PHP Method

co() public method

SVN checkout.
public co ( string $url, string $path, mixed $params = null, string $user = '', string $password = '' ) : Result
$url string Repository URL
$path string Local working copy path
$params mixed Additional parameters
$user string SVN username
$password string SVN user password
return Result
    public function co(string $url, string $path, $params = null, string $user = '', string $password = '') : Result
    {
        return $this->checkout($url, $path, $params, $user, $password);
    }