mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-22 20:59:55 +09:00
#17588107 : added a feature setting user id and password for svn authentication
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5193 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
ae1081df80
commit
c02b420613
10 changed files with 72 additions and 11 deletions
|
|
@ -388,7 +388,7 @@
|
|||
function syncChangeset($module_info)
|
||||
{
|
||||
require_once($this->module_path.'classes/svn.class.php');
|
||||
$oSvn = new Svn($module_info->svn_url, $module_info->svn_cmd, $module_info->diff_cmd);
|
||||
$oSvn = new Svn($module_info->svn_url, $module_info->svn_cmd, $module_info->diff_cmd, $module_info->svn_userid, $module_info->svn_passwd);
|
||||
$oModel = &getModel('issuetracker');
|
||||
$status = $oSvn->getStatus();
|
||||
if(!$status || !$status->revision) return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue