Jyxo\Svn\Client::add PHP Method

add() public method

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