From owner-freebsd-hackers@FreeBSD.ORG Thu Feb 10 17:17:50 2005 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7EB8016A4CF for ; Thu, 10 Feb 2005 17:17:50 +0000 (GMT) Received: from av8-2-sn3.vrr.skanova.net (av8-2-sn3.vrr.skanova.net [81.228.9.184]) by mx1.FreeBSD.org (Postfix) with ESMTP id BFAFB43D48 for ; Thu, 10 Feb 2005 17:17:49 +0000 (GMT) (envelope-from joel@automatvapen.se) Received: by av8-2-sn3.vrr.skanova.net (Postfix, from userid 502) id 7009437F36; Thu, 10 Feb 2005 18:17:48 +0100 (CET) Received: from smtp3-1-sn3.vrr.skanova.net (smtp3-1-sn3.vrr.skanova.net [81.228.9.101]) by av8-2-sn3.vrr.skanova.net (Postfix) with ESMTP id 5EC5B37EF7; Thu, 10 Feb 2005 18:17:48 +0100 (CET) Received: from t8o55p42.telia.com (t8o55p42.telia.com [81.225.220.162]) by smtp3-1-sn3.vrr.skanova.net (Postfix) with ESMTP id 1DB4F37E48; Thu, 10 Feb 2005 18:17:46 +0100 (CET) From: Joel Dahl To: Maxim Konovalov In-Reply-To: <20050210170124.Y90008@mp2.macomnet.net> References: <420B6747.7050807@fer.hr> <20050210170124.Y90008@mp2.macomnet.net> Content-Type: text/plain Date: Thu, 10 Feb 2005 18:17:53 +0100 Message-Id: <1108055873.582.32.camel@dude.automatvapen.se> Mime-Version: 1.0 X-Mailer: Evolution 2.0.2 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit cc: hackers@freebsd.org cc: Ivan Voras Subject: Re: How many developers? X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Feb 2005 17:17:50 -0000 On Thu, 2005-02-10 at 17:02 +0300, Maxim Konovalov wrote: > On Thu, 10 Feb 2005, 14:53+0100, Ivan Voras wrote: > > > For statistical purposes, where can I get information such as the number of > > developers (with commit bit?) active on the FreeBSD project? > > cvs co -p CVSROOT-src/access CVSROOT-doc/access CVSROOT-ports/access \ > 2>/dev/null | grep -v ^# | awk '{print $1}' | sort -u | wc -l > 322. I assume that the contributors-article is a bit out-of-date, since it lists 361 unique committers? (chapter 5 - The FreeBSD Developers) ...or is it possible to be a committer without commit-privileges? ;-) -- Joel