Indefero

Indefero Commit Details


Date:2011-06-06 16:18:06 (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:d1f79d906dc8a596bfb6cf812911b89eaf02b8ec
Parents: aa043f14ac0e537756374931fce735886b1b0a26
Message:Do not try to symlink the same file twice (fixes issue 695)

Changes:

File differences

src/IDF/Plugin/SyncMonotone.php
142142
143143
144144
145
146
147
148145
149146
150147
151148
149
150
152151
153152
154153
             'monotonerc.in',
             'remote-automate-permissions.in',
             'hooks.d/',
             // this is linked and not copied to be able to update
             // the list of read-only commands on upgrades
             'hooks.d/indefero_authorize_remote_automate.conf',
             'hooks.d/indefero_authorize_remote_automate.lua',
             'hooks.d/indefero_post_push.conf.in',
             'hooks.d/indefero_post_push.lua',
        );
        // enable remote command execution of read-only commands
        // only for public projects
        if (!$project->private) {
            // this is linked and not copied to be able to update
            // the list of read-only commands on upgrades

Archive Download the corresponding diff file

Page rendered in 0.20767s using 14 queries.