Home
last modified time | relevance | path

Searched refs:svnInfoRaw (Results 1 – 2 of 2) sorted by relevance

/dports/devel/arcanist-lib/arcanist-b2e715f/src/repository/api/
H A DArcanistSubversionAPI.php12 protected $svnInfoRaw = array(); variable in ArcanistSubversionAPI
317 $this->svnInfoRaw[$path] = $result;
329 if (empty($this->svnInfoRaw[$path])) {
330 $this->svnInfoRaw[$path] = $this->buildInfoFuture($path)->resolve();
333 list($err, $stdout) = $this->svnInfoRaw[$path];
/dports/devel/arcanist/arcanist-b2e715f/src/repository/api/
H A DArcanistSubversionAPI.php12 protected $svnInfoRaw = array(); variable in ArcanistSubversionAPI
317 $this->svnInfoRaw[$path] = $result;
329 if (empty($this->svnInfoRaw[$path])) {
330 $this->svnInfoRaw[$path] = $this->buildInfoFuture($path)->resolve();
333 list($err, $stdout) = $this->svnInfoRaw[$path];