all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Ken Raeburn <raeburn@raeburn.org>
Cc: emacs-devel@gnu.org
Subject: Re: make bootstrap:  need moral support.  :-(
Date: Tue, 21 Feb 2006 04:22:12 -0500	[thread overview]
Message-ID: <FC340194-0902-4349-8AC8-8E5F4E891DD4@raeburn.org> (raw)
In-Reply-To: <20060221085220.GB64124@flame.pc>

On Feb 21, 2006, at 03:52, Giorgos Keramidas wrote:
> I don't know where/how to access the rsync server though.  A quick
> search in savannah.gnu.org and Google, doesn't reveal much.

I'm using something like this:

   rsync -azvH --delete --exclude "a?b,v" --exclude config \
      cvs.savannah.gnu.org::sources/emacs/. /my/emacs/cvs/mirror/.

The trailing "/." is an old habit, so I don't have to think about  
whether it's going to mirror "emacs" to "mirror", or mirror "emacs"  
into a subdirectory of "mirror"; it may work fine without them.  The  
"a?b,v" is because of a file with a ^L control character in its name  
(in an Attic subdirectory; it's a dead file, but the cvs->svn mirror  
code sees it anyways and gets unhappy); "config" is to get rid of  
CVSROOT/config which has some keywords that the cvs->svn code doesn't  
recognize.

I use VCP and SVK to do the mirroring (install both, use "svk mirror"  
to set up the mirror, "svk sync" to update), but SVN for most of my  
actual work.  VCP is a little finicky; the version I've got gets  
unhappy if your working directory is in NFS(!), but start it in a  
local /tmp and it'll be fine.

Ken

  reply	other threads:[~2006-02-21  9:22 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-02-19 15:07 make bootstrap: need moral support. :-( Alan Mackenzie
2006-02-19 21:27 ` Giorgos Keramidas
2006-02-20  2:31 ` Robert J. Chassell
2006-02-20  4:09   ` Miles Bader
2006-02-20 15:24   ` Randal L. Schwartz
2006-02-20 20:47     ` Michael Price
2006-02-20 20:57     ` Giorgos Keramidas
2006-02-20 22:33       ` Giorgos Keramidas
2006-02-20  4:58 ` Eli Zaretskii
2006-02-20  4:03   ` Alan Mackenzie
2006-02-20 20:52     ` Eli Zaretskii
2006-02-20 22:32       ` Alan Mackenzie
2006-02-21  4:34         ` Eli Zaretskii
2006-02-21  9:06           ` Jan D.
2006-02-21  9:44       ` Kim F. Storm
2006-02-20 16:21 ` Eric Hanchrow
2006-02-20 21:38   ` Giorgos Keramidas
2006-02-21  5:18     ` Ken Raeburn
2006-02-21  8:52       ` Giorgos Keramidas
2006-02-21  9:22         ` Ken Raeburn [this message]
2006-02-20 18:42 ` Richard M. Stallman
2006-02-20 22:37   ` Alan Mackenzie
2006-02-21 20:22     ` Eli Zaretskii
  -- strict thread matches above, loose matches on Subject: below --
2006-02-22 10:30 Francesco Potorti`
2006-02-22 10:54 ` Giorgos Keramidas

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=FC340194-0902-4349-8AC8-8E5F4E891DD4@raeburn.org \
    --to=raeburn@raeburn.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.