unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* 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; 4+ 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] 4+ messages in thread

* Re: write access
  2003-05-29 22:32 write access Luc Teirlinck
@ 2003-05-29 22:40 ` Jason Rumney
  2003-05-29 22:47   ` { SPAM 1 }::Re: " Luc Teirlinck
  2003-06-04 11:34 ` Andreas Schwab
  1 sibling, 1 reply; 4+ 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] 4+ messages in thread

* Re: { SPAM 1 }::Re: write access
  2003-05-29 22:40 ` Jason Rumney
@ 2003-05-29 22:47   ` Luc Teirlinck
  0 siblings, 0 replies; 4+ messages in thread
From: Luc Teirlinck @ 2003-05-29 22:47 UTC (permalink / raw)
  Cc: emacs-devel

Jason Rumney wrote:
   
   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

That worked fine.  Thanks.

Sincerely,

Luc.

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

* Re: write access
  2003-05-29 22:32 write access Luc Teirlinck
  2003-05-29 22:40 ` Jason Rumney
@ 2003-06-04 11:34 ` Andreas Schwab
  1 sibling, 0 replies; 4+ 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] 4+ messages in thread

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

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-05-29 22:32 write access Luc Teirlinck
2003-05-29 22:40 ` Jason Rumney
2003-05-29 22:47   ` { SPAM 1 }::Re: " Luc Teirlinck
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).