From owner-freebsd-questions@FreeBSD.ORG Sat Mar 10 23:54:33 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 367A016A401 for ; Sat, 10 Mar 2007 23:54:33 +0000 (UTC) (envelope-from keramida@freebsd.org) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.freebsd.org (Postfix) with ESMTP id 9542F13C428 for ; Sat, 10 Mar 2007 23:54:32 +0000 (UTC) (envelope-from keramida@freebsd.org) Received: from kobe.laptop (dialup98.ach.sch.gr [81.186.70.98]) (authenticated bits=128) by igloo.linux.gr (8.13.8/8.13.8/Debian-3) with ESMTP id l2ANrcb6008379 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sun, 11 Mar 2007 01:53:47 +0200 Received: from kobe.laptop (kobe.laptop [127.0.0.1]) by kobe.laptop (8.13.8/8.13.8) with ESMTP id l2ANrVo8003489; Sun, 11 Mar 2007 01:53:32 +0200 (EET) (envelope-from keramida@freebsd.org) Received: (from keramida@localhost) by kobe.laptop (8.13.8/8.13.8/Submit) id l2ANrVvX003488; Sun, 11 Mar 2007 01:53:31 +0200 (EET) (envelope-from keramida@freebsd.org) Date: Sun, 11 Mar 2007 01:53:31 +0200 From: Giorgos Keramidas To: FreeBSD Daemon Message-ID: <20070310235331.GC3356@kobe.laptop> References: <45F186F0.4040909@gmx.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <45F186F0.4040909@gmx.net> X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-4.077, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.32, BAYES_00 -2.60) X-Hellug-MailScanner-From: keramida@freebsd.org X-Spam-Status: No Cc: freebsd-questions@freebsd.org Subject: Re: Perforce access X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Mar 2007 23:54:33 -0000 On 2007-03-09 17:10, FreeBSD Daemon wrote: > dear list, > is it prossible (for a normal mortal, aka non-committer ) to access > the the perforce repository to get code? There is always read-only access available through the Perforce web interface at: http://perforce.freebsd.org/ To really work with a Perforce client, though, you would have to get an account. Perforce accounts are managed by the project itself, but you don't _have_ to be a committer to work in Perforce. For example, those who are working on Google Summer of Code projects related to FreeBSD usually get a Perforce account, to help them integrate their work with the source trees/branches which are already available through Perforce. HTH, Giorgos