Jyxo\Svn\Client::delete PHP Method

delete() public method

Runs SVN delete on the given path.
public delete ( array $path ) : Result
$path array Path to be deleted from SVN
return Result
    public function delete(array $path) : Result
    {
        return $this->callSvn('delete', false, false, $path);
    }