Indefero

Indefero Commit Details


Date:2008-11-18 04:23:09 (16 years 5 months ago)
Author:bohwaz
Branch:dev, 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:e01235caea499373d017ac9688f86f08f634b849
Parents: 79312f7242342bd391e2afb71706b01e966f2f08
Message:Fixed issue 57, bug dans la gestion SVN.

Changes:

File differences

AUTHORS
33
44
55
6
6
7
Much appreciated contributors:
Nicolas Lassalle <http://www.beroot.org/>
Nicolas Lassalle <http://www.beroot.org/>
bohwaz <http://bohwaz.net/>
src/IDF/Scm/Svn.php
5050
5151
5252
53
53
54
5455
5556
5657
......
7172
7273
7374
74
75
76
7577
7678
7779
    public static function getRemoteAccessUrl($project)
    {
        $conf = $project->getConf();
        if (false !== ($url=$conf->getVal('svn_remote_url', false))) {
        if (false !== ($url=$conf->getVal('svn_remote_url', false))
            && !empty($url)) {
            // Remote repository
            return $url;
        }
    {
        $conf = $project->getConf();
        // Find the repository
        if (false !== ($rep=$conf->getVal('svn_remote_url', false))) {
        if (false !== ($rep=$conf->getVal('svn_remote_url', false))
            && !empty($rep)) {
            // Remote repository
            return new IDF_Scm_Svn($rep,
                                   $conf->getVal('svn_username'),

Archive Download the corresponding diff file

Page rendered in 0.15867s using 14 queries.