[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: No support for direct copying of directories
From: |
Michael Albinus |
Subject: |
Re: No support for direct copying of directories |
Date: |
Sat, 24 Aug 2024 09:39:20 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Troy Hinckley <troyhinckley@gmail.com> writes:
> Thanks Michael,
Hi Troy,
> I applied the patch and it worked great!
Thanks for the feedback. I still run several regression tests. If
everything goes well, this patch will be part of Tramp 2.7.1.2, planned
on ELPA for the end of this month.
> I noticed that the start of
> the patch removed the file existence check
>
> - (unless (file-exists-p dirname)
> - (tramp-error v 'file-missing dirname))
>
> Wanted to make sure that was intentional.
Yes, that's intentional, although not related to your report. While
working on the patch, I've realized that the same check is contained
also in tramp-skeleton-copy-directory, which embraces the code in
tramp-sh-handle-copy-directory. So I did a cleanup.
> -Troy Hinckley
Best regards, Michael.