touch seems to be available, at least under bash it is:

[EMAIL PROTECTED]:~ $ which touch
/bin/touch
[EMAIL PROTECTED]:~ $ touch .dvipsrc
[EMAIL PROTECTED]:~ $

any other way I can check this?


From: Michael Albinus <[EMAIL PROTECTED]>
To: "emacs user" <[EMAIL PROTECTED]>
CC: [email protected]
Subject: Re: tramp (2.1.6-pre); ssh problems from cygwin to Linux
Date: Wed, 01 Mar 2006 10:39:42 +0100

"emacs user" <[EMAIL PROTECTED]> writes:

> thanks for looking into this.  when I press ? in dired after teh
> attempt to copy the file, I get this explanation of the error:
>
> Copy [-p] `/ssh:[EMAIL PROTECTED]:/home/me/.dvipsrc' to `/home/me/.dvipsrc'
> failed:
> (file-error . touch failed)
>
> Copy [-p] failed for 1 of 1 file
>    Wed Mar  1 02:03:15 2006        Buffer `me'
>
> does this help?

Yes, indeed. Tramp tried to modify the time stamp of the local file
copy with the command "touch". This didn't work; likely Tramp didn't
find the "touch" command in your Cygwin environment. Could you check
this?

Best regards, Michael.


_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today - it's FREE! http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/



_______________________________________________
Tramp-devel mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/tramp-devel

Reply via email to