emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: unable to copy directory recursively to a vfat partition


From: Chong Yidong
Subject: Re: unable to copy directory recursively to a vfat partition
Date: Wed, 23 Jul 2008 18:51:50 -0400
User-agent: Internet Messaging Program (IMP) H3 (4.0.3)

Regarding bug 268 in the bug tracker:

> Copying a directory recursively in dired to a vfat partition fails
> because `dired-copy-file-recursive' calls `set-file-modes' on
> directories after creating them.  This behaviour appears to be
> new in 22.2, same recursive copy worked in 22.1.

This appears to be due to the following change:

2007-10-31  Sven Joachim  <address@hidden>

        * dired-aux.el (dired-copy-file-recursive):
        Preserve directory permissions.

Could someone fix this in both the trunk and the branch?
It looks like a simple condition-case around the call to
set-file-modes in dired-copy-file-recursive should be
enough; but someone with access to vfat needs to test this.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]