all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Miles Bader <miles@gnu.org>
Cc: emacs-devel@gnu.org, Miles Bader <miles@gnu.org>
Subject: Re: Checkout of Emacs CVS through firewall
Date: Wed, 9 Jun 2004 08:40:39 -0400	[thread overview]
Message-ID: <20040609124039.GA26005@fencepost> (raw)
In-Reply-To: <20040609113807.1C70.JMBARRANQUERO@wke.es>

On Wed, Jun 09, 2004 at 11:42:27AM +0200, Juanma Barranquero wrote:
> 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).

Um; I'm not sure if there are funny issues with windows or not.

Before doing anything I'd recommend you make a `revision library' -- it
isn't necessary, but it makes life much nicer (it's basically a cache for
revisions).  You can do that like:

   $ mkdir -p $SOME_PATH/arch/revlib
   $ tla my-revision-library $SOME_PATH/arch/revlib
   $ tla library-config --greedy --sparse $SOME_PATH/arch/revlib

[where $SOME_PATH/arch/revlib is an arbitrary directory name]

Optionally, you can setup gnupg to check library signatures, but you can
skip that for now.

Then you get the tree; emacs is big so this will take a long time unless you
have a fast connection:

   $ cd $MY_SRC_DIR
   $ tla get miles@gnu.org--gnu-2004/emacs--cvs-trunk--0 emacs

[That will put emacs into $MY_SRC_DIR/emacs]

> Is that a read-only access, or read-write?

It's read-only.  If you want read-write access, you'd need ssh access to
fencepost, but you could probably use port 443 on fp-ssh.gnu.org for that
(that's what I use from work).  

I've never done R/W access for anyone else, so it would take some time to
work out what to do, but it might be an interesting experiment -- I'd like
for it to be possible for others to commit via arch.

[An alternative which is slightly more `archy' would be for you to set up
your own archive with your own branch of emacs, arrange for it to be
anonymously accessible, and then periodically ask for it to be merged into
the cvs-synchronized branch -- ideally that would via some sort of automatic
mechanism e.g. a mail daemon, but of course that requires more
infrastructure.]

> Is the branch synchronized with the CVS trunk at given intervals, or
> continuously (via a script or whatever)?

It's synchronized via a script that I run manually, but I run it pretty
often (every time I log into fencepost mostly) as it's just one command.

-Miles
-- 
Freedom's just another word, for nothing left to lose   --Janis Joplin

  reply	other threads:[~2004-06-09 12:40 UTC|newest]

Thread overview: 42+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-06-09  8:28 Checkout of Emacs CVS through firewall Juanma Barranquero
2004-06-09  9:08 ` Miles Bader
2004-06-09  9:42   ` Juanma Barranquero
2004-06-09 12:40     ` Miles Bader [this message]
2004-06-09 13:08       ` Juanma Barranquero
2004-06-09 15:39       ` Juanma Barranquero
2004-06-10  1:33         ` Miles Bader
2004-06-10  8:03           ` Juanma Barranquero
2004-06-10  8:12             ` Miles Bader
2004-06-10  8:23               ` Juanma Barranquero
2004-06-11  2:44         ` Miles Bader
2004-06-11  8:40           ` Juanma Barranquero
2004-06-11  8:51             ` Miles Bader
2004-06-11  9:04               ` Juanma Barranquero
2004-06-28 23:51               ` Stefan
2004-06-29  1:17                 ` Miles Bader
2004-06-29  5:06                   ` Eli Zaretskii
2004-06-29  7:18                     ` Miles Bader
2004-06-29 19:12                       ` Eli Zaretskii
2004-06-29 22:31                         ` Andreas Schwab
2004-06-30  4:25                           ` Eli Zaretskii
2004-06-30  4:43                             ` Miles Bader
2004-06-30 17:33                               ` Eli Zaretskii
2004-06-30 14:13                           ` Stefan
2004-06-11 23:49             ` Miles Bader
2004-06-12  3:08               ` Juanma Barranquero
2004-06-12  4:44                 ` Miles Bader
2004-06-12 12:55                   ` Juanma Barranquero
2004-06-12 13:06                     ` Miles Bader
2004-06-12 13:11                       ` Miles Bader
2004-06-12 14:03                         ` Juanma Barranquero
2004-06-12 13:17                       ` Juanma Barranquero
2004-06-12 14:19                     ` Jason Rumney
2004-06-12 14:31                       ` Juanma Barranquero
2004-06-12 18:30                         ` Eli Zaretskii
2004-06-12 18:32                     ` Eli Zaretskii
2004-06-12 22:10                       ` Juanma Barranquero
2004-06-12 22:54                         ` Miles Bader
2004-06-12 23:04                           ` Juanma Barranquero
2004-06-09 10:13 ` Stefan Monnier
2004-06-09 12:47   ` Miles Bader
2004-06-09 13:14   ` Juanma Barranquero

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20040609124039.GA26005@fencepost \
    --to=miles@gnu.org \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.