Jyxo\Svn\Client::setSvnBinary PHP Method

setSvnBinary() public method

Sets SVN binary path.
public setSvnBinary ( string $path ) : Client
$path string Path to the SVN binary
return Client
    public function setSvnBinary(string $path) : Client
    {
        $this->svnBinary = $path;
        return $this;
    }