unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* write access
@ 2003-05-29 19:05 Luc Teirlinck
  2003-05-29 19:20 ` Stefan Monnier
  0 siblings, 1 reply; 9+ messages in thread
From: Luc Teirlinck @ 2003-05-29 19:05 UTC (permalink / raw)


I am trying to check in some changes to kill-whole-line.

I registered an SSH Shared key.

I managed to do:

cvs -z3 -d teirllm@subversions.gnu.org:/cvsroot/emacs co .

without problems, but while trying to commit I got:

cvs [server aborted]: "commit" requires write access to the repository

I waited an hour because I believe that was necessary to make sure the
cron job had ran.

I put:

export CVS_RSH=ssh

in my .bashrc.

Eli gave me write permission.

Is there something else I am overlooking?

I tried putting my password in /home/teirllm/CVSemacsdir/CVSROOT/passwd

How do I get recognized when I do C-x v v from emacs?  My public key I
guess?

Sincerely,

Luc.

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: write access
  2003-05-29 19:05 write access Luc Teirlinck
@ 2003-05-29 19:20 ` Stefan Monnier
  2003-05-29 21:21   ` Luc Teirlinck
  0 siblings, 1 reply; 9+ messages in thread
From: Stefan Monnier @ 2003-05-29 19:20 UTC (permalink / raw)
  Cc: emacs-devel

> I am trying to check in some changes to kill-whole-line.
> 
> I registered an SSH Shared key.
> 
> I managed to do:
> 
> cvs -z3 -d teirllm@subversions.gnu.org:/cvsroot/emacs co .

So at least your SSH setup is just fine.

> without problems, but while trying to commit I got:
> 
> cvs [server aborted]: "commit" requires write access to the repository

Maybe you should just wait a little longer ?


	Stefan

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: write access
  2003-05-29 19:20 ` Stefan Monnier
@ 2003-05-29 21:21   ` Luc Teirlinck
  2003-05-29 22:21     ` Nick Roberts
  0 siblings, 1 reply; 9+ messages in thread
From: Luc Teirlinck @ 2003-05-29 21:21 UTC (permalink / raw)
  Cc: emacs-devel

I rebuilt an entirely new CVS, to make sure that it was not some
remnant information from my old anon that was causing the problem.
>From my "entirely fresh" CVS, i now get a different error message:

subversions.gnu.org: Connection refused
cvs [commit aborted]: end of file from server (consult above messages
if any)

Sincerely,

Luc.

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: write access
  2003-05-29 21:21   ` Luc Teirlinck
@ 2003-05-29 22:21     ` Nick Roberts
  2003-05-29 22:55       ` Luc Teirlinck
  0 siblings, 1 reply; 9+ messages in thread
From: Nick Roberts @ 2003-05-29 22:21 UTC (permalink / raw)
  Cc: emacs-devel


 > subversions.gnu.org: Connection refused
 > cvs [commit aborted]: end of file from server (consult above messages
 > if any)

You need export CVS_RSH=ssh or setenv CVS_RSH ssh

Nick

^ permalink raw reply	[flat|nested] 9+ messages in thread

* write access
@ 2003-05-29 22:32 Luc Teirlinck
  2003-05-29 22:40 ` Jason Rumney
  2003-06-04 11:34 ` Andreas Schwab
  0 siblings, 2 replies; 9+ messages in thread
From: Luc Teirlinck @ 2003-05-29 22:32 UTC (permalink / raw)


I might have done something stupid instead of being patient and
waiting for appropriate advice:

[bash2.05b.0 ~ 3 7] CVSROOT=teirllm@subversions.gnu.org:/cvsroot/emacs
cvs ci /home/teirllm/emacscvsdir/emacs/lisp/ChangeLog
Enter passphrase for RSA key 'teirllm@swt40.swt.com': 
Warning: Remote host denied X11 forwarding.

Log message unchanged or not specified
a)bort, c)ontinue, e)dit, !)reuse this message unchanged for remaining
dirs
Action: (continue) 
absolute pathname `/home/teirllm/emacscvsdir/emacs/lisp' illegal for
server
cvs commit: saving log message in /tmp/cvsOizMwe
[bash2.05b.0 ~ 3 8] 

Before that I was using VC in emacs.  Where do I go from here?
I will not try anything else in the meantime.

Sincerely,

Luc.

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: write access
  2003-05-29 22:32 Luc Teirlinck
@ 2003-05-29 22:40 ` Jason Rumney
  2003-06-04 11:34 ` Andreas Schwab
  1 sibling, 0 replies; 9+ messages in thread
From: Jason Rumney @ 2003-05-29 22:40 UTC (permalink / raw)
  Cc: emacs-devel

Luc Teirlinck <teirllm@dms.auburn.edu> writes:

> cvs ci /home/teirllm/emacscvsdir/emacs/lisp/ChangeLog

> absolute pathname `/home/teirllm/emacscvsdir/emacs/lisp' illegal for
> server

The error message means exactly what it says. You cannot use an
absolute pathname here. Instead, try:

cd /home/teirllm/emacscvsdir/emacs
cvs ci lisp/ChangeLog

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: write access
  2003-05-29 22:21     ` Nick Roberts
@ 2003-05-29 22:55       ` Luc Teirlinck
  2003-05-29 23:56         ` Luc Teirlinck
  0 siblings, 1 reply; 9+ messages in thread
From: Luc Teirlinck @ 2003-05-29 22:55 UTC (permalink / raw)
  Cc: emacs-devel

Nick Roberts wrote:

   You need export CVS_RSH=ssh

I did do that.  That was not the problem.  (Sorry if I sent this
twice.  I have no record in my mail archive file, and did not see it
on emacs devel, so I assume I accidentally erased my previous
reply without sending it.)

Sincerely,

Luc.

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: write access
  2003-05-29 22:55       ` Luc Teirlinck
@ 2003-05-29 23:56         ` Luc Teirlinck
  0 siblings, 0 replies; 9+ messages in thread
From: Luc Teirlinck @ 2003-05-29 23:56 UTC (permalink / raw)
  Cc: emacs-devel

I now finally know why I did not get access from Emacs, but did from
the command line.  I start Emacs using Super-e, a command I bound
using the starfish window manager.  I was, of course, careful to start
a new version of Emacs, after putting:

export CVS_RSH=ssh

in my .bashrc, but I did not restart sawfish.  I should have thought
of that earlier.  Sorry for all the trouble.   Thanks to everybody who
offered suggestions.

Sincerely,

Luc.

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: write access
  2003-05-29 22:32 Luc Teirlinck
  2003-05-29 22:40 ` Jason Rumney
@ 2003-06-04 11:34 ` Andreas Schwab
  1 sibling, 0 replies; 9+ messages in thread
From: Andreas Schwab @ 2003-06-04 11:34 UTC (permalink / raw)
  Cc: emacs-devel

Luc Teirlinck <teirllm@dms.auburn.edu> writes:

|> Warning: Remote host denied X11 forwarding.

You might want to put this into ~/.ssh/config to avoid the warning:

Host subversions.gnu.org
  ForwardX11 no

(See ssh_config(5) for more information.)

Andreas.

-- 
Andreas Schwab, SuSE Labs, schwab@suse.de
SuSE Linux AG, Deutschherrnstr. 15-19, D-90429 Nürnberg
Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2003-06-04 11:34 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-05-29 19:05 write access Luc Teirlinck
2003-05-29 19:20 ` Stefan Monnier
2003-05-29 21:21   ` Luc Teirlinck
2003-05-29 22:21     ` Nick Roberts
2003-05-29 22:55       ` Luc Teirlinck
2003-05-29 23:56         ` Luc Teirlinck
  -- strict thread matches above, loose matches on Subject: below --
2003-05-29 22:32 Luc Teirlinck
2003-05-29 22:40 ` Jason Rumney
2003-06-04 11:34 ` Andreas Schwab

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).