InDefero

Sign in or create your account | Project List | Help

InDefero Commit Details

Date:2009-06-24 14:49:06 (8 months 13 days ago)
Author:Loïc d'Anterroches
Commit:7d3f7e226c44771e10b9ee2acb2a7b0763385c66
Message:Fixed issue 238, missing return statement for the subversion backend.

Files: src/IDF/Scm/Svn.php (1 diff)

Change Details

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

Archive Download the corresponding diff file

Branches:
dev
master
newdiff
svn