Indefero

Indefero Commit Details


Date:2011-06-06 16:01:25 (13 years 10 months ago)
Author:Thomas Keller
Branch:develop, feature.content-md5, feature.diff-whitespace, feature.issue-of-others, feature.issue-summary, feature.search-filter, feature.webrepos, feature.wiki-default-page, release-1.2, release-1.3
Commit:aa043f14ac0e537756374931fce735886b1b0a26
Parents: 638b28399e0969967b527cb931b205a81f7b4049
Message:Two occurrences forgotten

Changes:

File differences

src/IDF/Plugin/SyncMonotone.php
283283
284284
285285
286
286
287287
288288
289289
......
446446
447447
448448
449
449
450450
451451
452452
            if (substr($content, -3) != '.in') {
                if (!@symlink($confdir.$content, $filepath)) {
                    IDF_Scm_Exception(sprintf(
                    $this->_diagnoseProblem(sprintf(
                        __('Could not create symlink for configuration file "%s"'),
                        $filepath
                    ));
        $serverRestartRequired = false;
        if ($project->private && file_exists($projectfile) && is_link($projectfile)) {
            if (!@unlink($projectfile)) {
                IDF_Scm_Exception(sprintf(
                $this->_diagnoseProblem(sprintf(
                    __('Could not remove symlink "%s"'), $projectfile
                ));
            }

Archive Download the corresponding diff file

Page rendered in 0.16207s using 13 queries.