From 076975654b6444d1b196b5315c96edb026cbe87c Mon Sep 17 00:00:00 2001 From: "Craig A. Berry" Date: Sun, 5 Jun 2011 17:01:10 -0500 Subject: [PATCH] Tweak APC instructions. The --shared option wasn't necessary and the daemon could not update without full access to the entire directory tree. --- Porting/release_managers_guide.pod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Porting/release_managers_guide.pod b/Porting/release_managers_guide.pod index a643038..26c42d4 100644 --- a/Porting/release_managers_guide.pod +++ b/Porting/release_managers_guide.pod @@ -1009,9 +1009,9 @@ Assuming you're using git 1.7.x or newer: Clone the new branch into /srv/gitcommon/branches on camel so the APC will receive its changes. - $ git clone --shared --branch maint-5.14 /gitroot/perl.git \ + $ git clone --branch maint-5.14 /gitroot/perl.git \ ? /srv/gitcommon/branches/perl-5.14.x - $ chmod g=u /srv/gitcommon/branches/perl-5.14.x + $ chmod -R g=u /srv/gitcommon/branches/perl-5.14.x And nag the sysadmins to make this directory available via rsync. -- 2.7.4