class SvnRepository
A SVN repository containing ICU data.
Methods
static SvnRepository | download(string $url, string $targetDir) Downloads the ICU data for the given version. | |
__construct(string $path) Reads the SVN repository at the given path. | ||
string | getPath() Returns the path to the repository. | |
string | getUrl() Returns the URL of the repository. | |
SvnCommit | getLastCommit() Returns the last commit of the repository. |
Details
static SvnRepository download(string $url, string $targetDir)
Downloads the ICU data for the given version.
__construct(string $path)
Reads the SVN repository at the given path.
string getPath()
Returns the path to the repository.
string getUrl()
Returns the URL of the repository.
SvnCommit getLastCommit()
Returns the last commit of the repository.
Please login to continue.