emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Emacs-devel] Emacs move


From: Sam Steingold
Subject: Re: [Emacs-devel] Emacs move
Date: 14 Sep 2000 10:21:56 -0400
User-agent: Gnus/5.0807 (Gnus v5.8.7) Emacs/20.7

> * In message <address@hidden>
> * On the subject of "[Emacs-devel] Emacs move"
> * Sent on Wed, 13 Sep 2000 17:59:43 -0700
> * Honorable Jeff Bailey <address@hidden> writes:
>
> Some of your accounts have still not been setup correctly, if I
> haven't got them by this weekend, you've probably dropped off my
> radar.  Please remind me.

"cvs login" (:pserver) and "cvs update" are extraordinarily slow.
is this okay?

> For information on how to access your repository, please look at 
> http://www.gnu.org/software/devel.html#CVS

this page claims that I can use SSH.
I will have to put .ssh/identity.pub into subversions:~sds, right?
how do I do this?

> There are a few clever scripts floating around for changing the root
> of an already checked-out repository to a new one.  If you know of one
> that works, please post it and cc: me so I can give it to others.

-----------------------------------------
#!/bin/sh
# change the CVS Root
# usage:
# cd /usr/local/src/emacs
# find . -type d -name CVS -exec chcvsroot {} \;
 
ROOTO="anoncvs.gnu.org:/gd/gnu/cvsroot";
ROOT="subversions.gnu.org:/cvs";
REPOO="/gd/gnu/cvsroot";
REPO="/cvs";
 
FF=$1;
echo " - "${FF}
sed "s?${ROOTO}?${ROOT}?" ${FF}/Root > ${FF}.tmp
mv ${FF}.tmp ${FF}/Root
sed "s?${REPOO}?${REPO}?" ${FF}/Repository > ${FF}.tmp
mv ${FF}.tmp ${FF}/Repository
-----------------------------------------

Thanks.

-- 
Sam Steingold (http://www.podval.org/~sds)
Micros**t is not the answer.  Micros**t is a question, and the answer is Linux,
(http://www.linux.org) the choice of the GNU (http://www.gnu.org) generation.
Our business is run on trust.  We trust you will pay in advance.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]