Not if I set it up correctly ...

(add-to-list 'load-path "~/lib/elisp/tramp/lisp/")
(require 'tramp)
(add-to-list 'Info-default-directory-list "~/lib/elisp/tramp/texi/")
(setq tramp-debug-buffer t)
(setq tramp-encoding-command' "/usr/bin/uuecode")
(setq tramp-decoding-command' "/usr/bin/uudecode -p")

I can retrieve not clearcase files but when I try to get one from 
clearcase I get
*tramp output* :
  rcp: /vobs/kiva/its/makefile: No such file or directory


My settings are as follows:

Emacs  : XEmacs 21.1 (patch 4) "Arches" [Lucid] (i386-redhat-linux) of 
Tue Sep  7 1999 on porky.devel.redhat.com
Package: tramp ($Id: tramp.el,v 1.434 2000/11/17 22:13:36 grossjoh Exp $)

current state:
==============
(setq
tramp-ls-command nil
tramp-test-groks-nt nil
tramp-file-exists-command nil
tramp-current-method nil
tramp-current-user nil
tramp-current-host nil
tramp-auto-save-directory nil
tramp-default-method "rcp"
tramp-rsh-end-of-line "\n"
tramp-remote-path '("/bin" "/usr/bin" "/usr/sbin" "/usr/local/bin" 
"/usr/ccs/bin" "/local/bin"
            "/local/freeware/bin" "/local/gnu/bin" "/usr/freeware/bin" 
"/usr/pkg/bin")
tramp-login-promp tramp-wrong-passwd-regexp "^.*\\(Permission 
denied.\\|Login [Ii]ncorrect\\|Received signal [0-9]+\\|Connection 
\\(refused\\|closed\\)\\|Sorry, try again.\\|Name or service not 
known\\).*$"
tramp-temp-name-prefix "tramp."
tramp-file-name-structure 
'("\\`/r\\(@\\([a-z0-9]+\\)\\)?:\\(\\([-a-z0-9_#]+\\)@\\)?\\([-a-z0-9.]+\\):\\(.*\\)\\'"
 
2 4 5 6)t-regexp ".*ogin: *$"

tramp-file-name-regexp "\\`/r[@:]"
tramp-make-tramp-file-format "/r@%m:%u@%h:%p"
tramp-end-of-output "/////"
shell-prompt-pattern "^[^#$%>\n]*[#$%>] *"
backup-by-copying nil
backup-by-copying-when-linked nil
backup-by-copying-when-mismatch nil

Thanks,

James


Kai Großjohann wrote:

> 
> On Tue, 28 Nov 2000, James Cooley wrote:
> 
>> One reason I wanted to move from ange-ftp was so I could access
>> remote clearcase files from my local machine. Clearcase uses a
>> multi-versioned filesystem (MVFS) to contol access to files. To set
>> this up it is necessary to set some environment variables so now I
>> can see (ie ls) the files because rsh reads my .profile while I
>> cannot fetch the files because rcp does not read my .profile. I'm
>> not sure if there is an answer to this, i.e. this may be outside the
>> scope of rcp so I'm open to suggestions.
> 
> 
> Please try an inline method.  The Tramp manual explains about inline
> versus out of band methods.  Does this help?
> 
> kai
> --
> The arms should be held in a natural and unaffected way and never
> be conspicuous. -- Revised Technique of Latin American Dancing
> 
> 

Reply via email to