From owner-freebsd-current@FreeBSD.ORG Mon Aug 16 12:56:03 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D4D0B16A4CE for ; Mon, 16 Aug 2004 12:56:03 +0000 (GMT) Received: from mail.freebsd.org.cn (dns3.freebsd.org.cn [61.129.66.75]) by mx1.FreeBSD.org (Postfix) with SMTP id B89FF43D48 for ; Mon, 16 Aug 2004 12:55:59 +0000 (GMT) (envelope-from junsu@delphij.net) Received: (qmail 42668 invoked by uid 0); 16 Aug 2004 12:53:11 -0000 Received: from unknown (HELO beastie.frontfree.net) (219.239.98.7) by mail.freebsd.org.cn with SMTP; 16 Aug 2004 12:53:11 -0000 Received: from localhost (localhost.frontfree.net [127.0.0.1]) by beastie.frontfree.net (Postfix) with ESMTP id E559A11475; Mon, 16 Aug 2004 20:55:52 +0800 (CST) Received: from beastie.frontfree.net ([127.0.0.1]) by localhost (beastie.frontfree.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 02834-01; Mon, 16 Aug 2004 20:55:49 +0800 (CST) Received: from sujunmobile (unknown [211.161.222.65]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by beastie.frontfree.net (Postfix) with ESMTP id 48CCC11EDB; Mon, 16 Aug 2004 20:55:45 +0800 (CST) Message-ID: <002701c48390$5f1d6df0$7302a8c0@fareast.corp.microsoft.com> From: "csj" To: "Bruce M Simpson" , References: <200408160104.03708.chris@behanna.org> <20040816060528.GA2065@empiric.icir.org> Date: Mon, 16 Aug 2004 20:55:51 +0800 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2149 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2149 X-Virus-Scanned: by amavisd-new at frontfree.net X-Mailman-Approved-At: Tue, 17 Aug 2004 11:55:45 +0000 Subject: Re: Public Access to Perforce? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Aug 2004 12:56:03 -0000 ----- Original Message ----- From: "Bruce M Simpson" Newsgroups: gmane.os.freebsd.current Cc: Sent: Monday, August 16, 2004 2:05 PM Subject: Re: Public Access to Perforce? > On Mon, Aug 16, 2004 at 01:04:03AM -0400, Chris BeHanna wrote: >> Is there a read-only account that the general public could use? > > I think this is an excellent idea. Perhaps one should be set up. Perforce license not only limits the user number but also the client number. I don't think a read-only account will work. > >> To alleviate load on perforce.freebsd.org, p4proxy could be set up >> on the current cvsup mirrors. I'd likely set up my own proxy server >> on my home box, just to improve local response time (and ease setting >> up a local vendor branch for playing around). > > Now I'm curious about doing this myself! It would certainly help on > my laptop. I am lagging behind on -CURRENT at the moment. > > BMS Jun