From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9705 invoked by alias); 17 Feb 2013 19:19:29 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 31050 Received: (qmail 12789 invoked from network); 17 Feb 2013 19:19:26 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.2 Received-SPF: none (ns1.primenet.com.au: domain at closedmail.com does not designate permitted sender hosts) From: Bart Schaefer Message-id: <130217111902.ZM30799@torch.brasslantern.com> Date: Sun, 17 Feb 2013 11:19:02 -0800 In-reply-to: Comments: In reply to Wayne Davison "Re: git updates stalled?" (Feb 17, 10:45am) References: <20130204140300.28bde8c0@pwslap01u.europe.root.pri> <87mwvdprsa.fsf@ft.bewatermyfriend.org> X-Mailer: OpenZMail Classic (0.9.2 24April2005) To: Wayne Davison , Frank Terbeck Subject: Re: git updates stalled? Cc: Zsh list MIME-version: 1.0 Content-type: text/plain; charset=us-ascii On Feb 17, 10:45am, Wayne Davison wrote: } } I coded that up and tested it, and it's working. As I just discovered, somewhat to my confusion since I hadn't yet changed anything about the permissions ... } > It also appears that developers on the project aren't given any } > write permission (only admins), so I don't think I'll be able to } > commit anything to the new git repo. } } At least, that's what the admin page seems to say. However, I do have } commit rights to the new repo, so I updated it. (I also updated the old } git repo when I was testing my update script, so they both should be at } the same spot now -- eventually the old repo will become read-only, but } apparently not yet.) I'm a little confused here ... According to the admin pages the git "tool" is not yet installed, but if I click on it, it offers to install it under the name "Code", which I declined to do because there is already a "Code" tool installed, and if I look at that, it's a git repo as well. Permissions under the currently-installed "Code" tool allow developers to create, moderate, and write, along with read, post, etc. that lesser users are able to do. Perhaps Wayne was looking at the project "User Permissions" for which the help is remarkably unhelpful with respect to explaining exactly what those permissions govern. Access for the current "Code" repository is shown as git clone ssh://git.code.sf.net/p/zsh/code zsh-code Does anyone think we should also install the "git" tool?