From d1f79d906dc8a596bfb6cf812911b89eaf02b8ec Mon Sep 17 00:00:00 2001 From: Thomas Keller Date: Mon, 6 Jun 2011 23:18:06 +0200 Subject: [PATCH] Do not try to symlink the same file twice (fixes issue 695) --- src/IDF/Plugin/SyncMonotone.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/IDF/Plugin/SyncMonotone.php b/src/IDF/Plugin/SyncMonotone.php index c11fc1c..d6790e3 100644 --- a/src/IDF/Plugin/SyncMonotone.php +++ b/src/IDF/Plugin/SyncMonotone.php @@ -142,13 +142,12 @@ class IDF_Plugin_SyncMonotone '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