From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7767 invoked by alias); 10 Apr 2013 15:09:42 -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: 31253 Received: (qmail 14095 invoked from network); 10 Apr 2013 15:09:40 -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 klanderman.net does not designate permitted sender hosts) From: Greg Klanderman To: zsh-workers@zsh.org Subject: Re: zsh has migrated cvs -> zsh Reply-to: gak@klanderman.net Date: Wed, 10 Apr 2013 11:09:25 -0400 In-reply-to: <20130404143505.GA14310@ruderich.org> (Simon Ruderich's message of "Thu, 4 Apr 2013 16:35:05 +0200") Message-id: <87y5cqpgm2.fsf@lwm.klanderman.net> User-Agent: Gnus/5.1008 (Gnus v5.10.8) XEmacs/21.4.22 (linux) References: <20130403225040.GA45406@redoubt.spodhuis.org> <87bo9utoqx.fsf@lwm.klanderman.net> <20130404143505.GA14310@ruderich.org> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii >>>>> On April 4, 2013 Simon Ruderich wrote: > The second line is optional and only relevant if you want to push > commits to the Git repository. For a read-only checkout the first > line is all you need. >>>>> On April 4, 2013 Aaron Schrab wrote: > For a read-only checkout you can skip the second command above, that's only > needed to allow pushing to the repository. The reason that is needed is that > the URL used for cloning and fetching from the repository doesn't do any > authentication. > So, no, you do NOT need to have a sourceforge account to checkout the git > repository. Thank you Simon and Aaron, that worked perfectly. Greg