Jyxo\Svn\Client::add PHP Méthode

add() public méthode

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