Indefero

Indefero Commit Details


Date:2009-06-24 07:49:06 (15 years 5 months ago)
Author:Loic d'Anterroches
Branch:develop, feature-issue_links, feature.better-home, feature.content-md5, feature.diff-whitespace, feature.download-md5, feature.issue-links, feature.issue-of-others, feature.issue-summary, feature.search-filter, feature.webrepos, feature.wiki-default-page, master, release-1.1, release-1.2, release-1.3
Commit:7d3f7e226c44771e10b9ee2acb2a7b0763385c66
Parents: 3848bd8d228e8155341fb3a3cec021890205e927
Message:Fixed issue 238, missing return statement for the subversion backend.

Changes:

File differences

src/IDF/Scm/Svn.php
126126
127127
128128
129
129130
130131
131132
$scm = new IDF_Scm_Svn($rep, $project);
$scm->username = $conf->getVal('svn_username');
$scm->password = $conf->getVal('svn_password');
return $scm;
} else {
$rep = sprintf(Pluf::f('svn_repositories'), $project->shortname);
return new IDF_Scm_Svn($rep, $project);

Archive Download the corresponding diff file

Page rendered in 0.08827s using 14 queries.