all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: kai.grossjohann@uni-duisburg.de (Kai Großjohann)
Subject: Re: Loading local .emacs from remote machine
Date: Thu, 06 Feb 2003 16:12:10 +0100	[thread overview]
Message-ID: <84fzr1v3xx.fsf@lucy.is.informatik.uni-duisburg.de> (raw)
In-Reply-To: iyk7gd33lp.fsf@ast.cam.ac.uk

Glenn Morris <gmorris+news@ast.cam.ac.uk> writes:

> This sounds like a nice idea, but surely there is some faffing about
> to be done with regards to authentication?

cvs can use ssh to connect to the remote host.  Then the faffing is
the same for scp and cvs.

export CVS_RSH=ssh
cvs -d :ext:user@host:/path/to/directory co bla

> In which case, does it really gain you much over just scp
> user@remotehost:.emacs ./ ?
>
> I suppose it does if you have a lot of config files you want to copy.

You can edit wherever you like and then commit.  You don't have to
think about which is the master copy.  Using the scp method means
that you always have to be careful where you edit the config file (if
you have more than 2 machines at least), and if you happen to edit it
on two hosts at the same time, you're screwed.

With cvs, no such problem.  Just edit, and if you remember, do "cvs
commit".  If you don't remember today, tomorrow is early enough.
-- 
A turnip curses Elvis

  reply	other threads:[~2003-02-06 15:12 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <mailman.1346.1044295047.21513.help-gnu-emacs@gnu.org>
2003-02-03 23:45 ` Loading local .emacs from remote machine Kevin Rodgers
2003-02-04  1:08   ` gebser
2003-02-05 16:33     ` bigfaceworm
2003-02-05 19:09       ` gebser
2003-02-07 22:12       ` Brian Palmer
2003-02-04  6:39 ` Kai Großjohann
2003-02-04 16:35   ` gebser
2003-02-04 17:30     ` Kai Großjohann
2003-02-04 21:51       ` gebser
2003-02-06  7:44   ` Mac
2003-02-06 13:42     ` Kai Großjohann
2003-02-06 14:06       ` Glenn Morris
2003-02-06 15:12         ` Kai Großjohann [this message]
2003-02-06 15:42           ` Glenn Morris
     [not found] <mailman.1406.1044395706.21513.help-gnu-emacs@gnu.org>
2003-02-04 23:30 ` Kevin Rodgers
2003-02-05  0:38   ` gebser
2003-02-05  0:50     ` David Kastrup
2003-02-05 12:45       ` gebser
2003-02-05 12:37     ` gebser
2003-02-05 12:51 ` Kai Großjohann
2003-02-05 15:17   ` gebser
2003-02-05 16:04     ` David Kastrup
2003-02-05 17:06     ` Kevin Rodgers
2003-02-03 17:56 gebser

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=84fzr1v3xx.fsf@lucy.is.informatik.uni-duisburg.de \
    --to=kai.grossjohann@uni-duisburg.de \
    /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.