From owner-freebsd-mips@FreeBSD.ORG Thu Apr 3 22:34:02 2008 Return-Path: Delivered-To: freebsd-mips@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 056231065672 for ; Thu, 3 Apr 2008 22:34:02 +0000 (UTC) (envelope-from kip.macy@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.182]) by mx1.freebsd.org (Postfix) with ESMTP id C98018FC21 for ; Thu, 3 Apr 2008 22:34:01 +0000 (UTC) (envelope-from kip.macy@gmail.com) Received: by wa-out-1112.google.com with SMTP id k17so3654570waf.3 for ; Thu, 03 Apr 2008 15:34:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=rO7YxcHVtOFQBmRJReIo8htSS2sVgx4Yfh/8ebZa4W8=; b=PuU+sw4cGsqYKMG6G83ok7TxwnlQ40IwBADvAtlkfx6RdMN8BvsUnkUIBZzkMMcVNO3gSb+IzcSixGoy8nbgv4tV8R/GiGnyhnAos3kUFBR+LxZRml83w8bMMgkfPVRT/kRKiLISkrsvtjtzg/wSGnlh1KGvMsM8auQvwyhNHe0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Cc6BGLf+j+/a+nrYcChbm+cg8qwwDQbHDhuq7Qsh5EmK3jLe0YtHAmGdW60INq+ED9NJjCNXzaMfYCVyMyPTF9zOeYbQ4hDABTMRbqJx3D/gY2/P2NUKF1RYf9iFeEmpI5qq7zfYpfaDCPzBQL8jVQXcM5ZHegGe1s2UWl+prhM= Received: by 10.115.54.1 with SMTP id g1mr662229wak.136.1207260369048; Thu, 03 Apr 2008 15:06:09 -0700 (PDT) Received: by 10.114.255.16 with HTTP; Thu, 3 Apr 2008 15:06:09 -0700 (PDT) Message-ID: Date: Thu, 3 Apr 2008 15:06:09 -0700 From: "Kip Macy" To: nao In-Reply-To: <200804031425.m33EP3Px035933@miffy.tom-yam.or.jp> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200804031425.m33EP3Px035933@miffy.tom-yam.or.jp> Cc: freebsd-mips@freebsd.org Subject: Re: adm5120 support X-BeenThere: freebsd-mips@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to MIPS List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Apr 2008 22:34:02 -0000 > By the way, I had to ask my friend who is a FreeBSD comitter to obtain > a set of mips2-jnpr source code. I tried accessing the archive via > p4web, but I found it not a very convenient method. Is there a nifty > way to access p4 server? It is in fact possible to have p4 repositories mirrored over cvsup. Although it appears to be tedious to configure. The difficulty in sharing personal branches is a large part of what prompted me to move my xen and chelsio development from p4 to svn + svk. -Kip