Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Feb 2005 17:02:04 +0300 (MSK)
From:      Maxim Konovalov <maxim@macomnet.ru>
To:        Ivan Voras <ivoras@fer.hr>
Cc:        hackers@freebsd.org
Subject:   Re: How many developers?
Message-ID:  <20050210170124.Y90008@mp2.macomnet.net>
In-Reply-To: <420B6747.7050807@fer.hr>
References:  <420B6747.7050807@fer.hr>

next in thread | previous in thread | raw e-mail | index | archive | help
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

-- 
Maxim Konovalov



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050210170124.Y90008>