From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Juanma Barranquero Newsgroups: gmane.emacs.devel Subject: Re: Checkout of Emacs CVS through firewall Date: Wed, 09 Jun 2004 11:42:27 +0200 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <20040609113807.1C70.JMBARRANQUERO@wke.es> References: <20040609102537.04CD.JMBARRANQUERO@wke.es> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1086774184 19977 80.91.224.253 (9 Jun 2004 09:43:04 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 9 Jun 2004 09:43:04 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Wed Jun 09 11:42:57 2004 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BXzbj-0000Zk-00 for ; Wed, 09 Jun 2004 11:42:55 +0200 Original-Received: from lists.gnu.org ([199.232.76.165]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1BXzbi-00067Q-00 for ; Wed, 09 Jun 2004 11:42:54 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BXzcL-0000hr-Tf for emacs-devel@quimby.gnus.org; Wed, 09 Jun 2004 05:43:33 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BXzcC-0000he-U6 for emacs-devel@gnu.org; Wed, 09 Jun 2004 05:43:25 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BXzcB-0000hH-7x for emacs-devel@gnu.org; Wed, 09 Jun 2004 05:43:24 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BXzcA-0000hE-Vx for emacs-devel@gnu.org; Wed, 09 Jun 2004 05:43:23 -0400 Original-Received: from [62.22.181.117] (helo=idefix.laley.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BXzbI-0004cg-FH; Wed, 09 Jun 2004 05:42:28 -0400 Original-Received: from [172.17.221.23] (JMBARRANQUERO [172.17.221.23]) by idefix.laley.net with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2655.55) id LSNJ6YBF; Wed, 9 Jun 2004 11:41:47 +0200 Original-To: Miles Bader In-Reply-To: X-Mailer: Becky! ver. 2.08.01 [en] X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:24762 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:24762 On Wed, 09 Jun 2004 18:08:18 +0900 Miles Bader wrote: > subversions.gnu.org used to run a CVS pserver on port 443, but I assume > that disappeared with pserver generally. It seems so. > Some other possibilities: > > * If you've got `tla' handy (there's a debian package for it in > testing/unstable), you can use my arch branch of emacs, which is > available via http: > > http://sourcecontrol.net/~miles/miles@gnu.org--gnu-2004 Thanks! I'll try that. I've downloaded a tla binary for Windows, and I've done tla register-archive http://sourcecontrol.net/~miles/miles@gnu.org--gnu-2004 which I think is a prerequisite. I don't know how to go from here... (I'll read the docs, I just can do it right now). Is that a read-only access, or read-write? Is the branch synchronized with the CVS trunk at given intervals, or continuously (via a script or whatever)? Juanma