Хранилища Subversion ant

Сравнить редакции

Не учитывать пробелы Редакция 669 → Редакция 670

/branches/ant/0.9.x/lib/core.php
624,7 → 624,9
$rq->fetchInto($base);
// Формируем type proto://host/folder
$show .= "# ".$this->secure->checkStr($base["repinfo"],1)."\n";
$show .= "# Установка ключа: ".$this->secure->checkStr($base["repkey"],1)."\n";
if ($base["repkey"]!="") {
$show .= "# Установка ключа: ".$this->secure->checkStr($base["repkey"],1)."\n";
}
$show .= $this->secure->checkStr($dist["type"],1)." ".$this->secure->checkStr($base["proto"],1).$this->secure->checkStr($base["rhost"],1).$this->secure->checkStr($base["rfolder"],1);
$dvname = str_replace("{DIST}",$this->secure->checkStr($dist["vcodename"],1),$this->secure->checkStr($base["scheme"],1));
// Формируем distname
666,7 → 668,9
while ($req->fetchInto($updates)) {
// Формируем type proto://host/folder
$show .= "# ".$this->secure->checkStr($updates["repinfo"],1)."\n";
$show .= "# Установка ключа: ".$this->secure->checkStr($updates["repkey"],1)."\n";
if ($updates["repkey"]!="") {
$show .= "# Установка ключа: ".$this->secure->checkStr($updates["repkey"],1)."\n";
}
$show .= $this->secure->checkStr($dist["type"],1)." ".$this->secure->checkStr($updates["proto"],1).$this->secure->checkStr($updates["rhost"],1).$this->secure->checkStr($updates["rfolder"],1);
$dvname = str_replace("{DIST}",$this->secure->checkStr($dist["vcodename"],1),$this->secure->checkStr($updates["scheme"],1));
// Формируем distname