Ticket #2729 (closed defect: duplicate)

Opened 12 years ago

Last modified 7 years ago

Patchfs doesn't handle the case when the file was modified

Reported by: Spinal Owned by:
Priority: major Milestone:
Component: mc-vfs Version: master
Keywords: Cc:
Blocked By: Blocking:
Branch state: no branch Votes for changeset:

Description

Steps to reproduce:
1) Make patch with a name 1.patch
For example with command:
diff -Naur dir1 dir2 > 1.diff
2) Go in mc to see the content of 1.diff
3) Make some other patch with the same name in the same directory but with other content. Let's say:
diff -Naur dir2 dir1 > 1.diff
4) Now go in mc to see the content of new patch 1.diff
5) You will see same content until you close mc and run it again.

Change History

comment:1 Changed 12 years ago by andrew_b

  • Status changed from new to closed
  • Keywords patchfs removed
  • Resolution set to duplicate

Duplcate of #62.

comment:2 Changed 12 years ago by angel_il

5) You will see same content until you close mc and run it again.

1) use "Active VFS list C-x a"
2) select patchfs entry
3) button "Free VFSs now"

comment:3 Changed 7 years ago by andrew_b

  • Milestone Future Releases deleted
Note: See TracTickets for help on using tickets.