Jyxo\Svn\Client::up PHP Method

up() public method

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