Хранилища Subversion ant

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

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

/branches/ant/0.9.x/lib/core.php
2026,7 → 2026,7
* @param integer $sign
* @return array
*/
public function addRepository($verionID, $rname, $rinfo, $rkey, $proto, $rhost, $rfolder, $rtype, $sections, $arch, $scheme, $sign) {
public function addRepository($verionID, $rname, $rinfo, $rkey, $proto, $rhost, $rfolder, $rtype, $scheme, $sign, $sections, $arch) {
$result = array();
$sVersionID = $this->secure->checkInt($verionID);
$sRName = $this->secure->checkStr($rname);