Issue729

classification
Title tar-mode rename should update subfiles
Type feature Module os-utils
Severity inconvenience Platform N/A
Keywords Nosy List mike.kupfer
explanation
process
These controls should only be changed by committers and tracker administrators.
Status new   Reason
Superseder  
Priority normal   Assigned To

Created on 2010-09-16.21:39:46 by mike.kupfer, last changed 2010-09-16.21:39:46 by mike.kupfer.

Messages
msg2213 [hidden] ([hidden]) Date: 2010-09-16.21:39:46
If I tar up a directory foo, the tarfile contents usually look like

    foo/
    foo/file1
    foo/subdir1/
    foo/subdir1/file1.1

tar-mode lets me rename directories, but if I move point to the first
line and enter 

  R C-a C-k bar RET

it only updates the path for the first element, i.e.,

    bar
    foo/file1
    foo/subdir1/
    foo/subdir1/file1.1

It would be more useful to update all the entries that were under foo,
i.e.,

    bar/
    bar/file1
    bar/subdir1/
    bar/subdir1/file1.1
History
Date User Action Args
2010-09-16 21:39:46mike.kupfercreate