From owner-freebsd-chat Mon Dec 9 23:17:40 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id XAA22875 for chat-outgoing; Mon, 9 Dec 1996 23:17:40 -0800 (PST) Received: from time.cdrom.com (time.cdrom.com [204.216.27.226]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id XAA22852 for ; Mon, 9 Dec 1996 23:17:36 -0800 (PST) Received: from time.cdrom.com (localhost [127.0.0.1]) by time.cdrom.com (8.8.4/8.6.9) with ESMTP id XAA21947; Mon, 9 Dec 1996 23:16:08 -0800 (PST) To: Softweyr LLC cc: terry@lambert.org (Terry Lambert), chat@freebsd.org Subject: Re: siguing into current from a random version In-reply-to: Your message of "Mon, 09 Dec 1996 17:13:12 MST." <199612100013.RAA15622@xmission.xmission.com> Date: Mon, 09 Dec 1996 23:16:08 -0800 Message-ID: <21943.850202168@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-chat@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > Perforce has a source code control system that purports to be equivalent > to CVS, but with atomic locking. Last I checked, they were very proud > of the fact that their system runs on FreeBSD, and are giving away 2- > user systems for FreeBSD. They would probably be very willing to donate > a server and clients for the FreeBSD core team, and anyone else can > get their own system, including clients, for read-only access. Oh, we know - one of the founders of this company (Chris Seiwald) even took the time to give several of the FreeBSD core team members a complete demonstration of Perforce. It's been something I've since felt sort of bad about, the fact that we never made use of all the information (and server licenses) he provided us. Our CVS repository meister is also a big fan of Perforce and has been watching it for some time. We've just got so much "invested" in CVS at this point that any change at all is viewed with dread, there are so many things we'd need to update. The CVS-web stuff, cvsup, CTM, our checkin scripts and mailing list hooks, it's a lot of stuff. There's also the question of access control, something of an open question last time we evaluated P4, and we'd need some sort of rcvs equivalent using ssh for the developers before they could use it with the same ease. To be fair, this is probably all implemented now and I simply need to go back and re-read the Perforce docs to find out how to use it. Jordan