GNOME Bugzilla – Bug 579863
Add backup files pseudo-VC plugin
Last modified: 2013-07-03 16:54:42 UTC
Comment #3 from Dirk Schenkewitz in bug http://bugzilla.gnome.org/show_bug.cgi?id=134505 A single directory that contains several versions in the form of numbered backups * main.c.~1~, main.c.~2~, ... main.c.~8~ * test.txt, test.txt~ * test2.txt, #test2.txt# * etc... Could be viewed as a pseudo VC, here is a preliminary patch that implements that feature....
Created attachment 133132 [details] [review] VC plugin
Only between a non-backup file and one of its associated backup files, is handled by current patch, but it will handle multiple versions eventually if VC plugins get such functionality.
Nice idea, though as Dirk says most of the functionality could be better handled by allowing dirdiff to compare files with different basenames. (ctrl+click)
Sorry for being late. Vincent, I looked at the source of your patch for bug 579863, thank you! Alas, I cannot test it, I got hit by bug 168760 (something like UTF/locale confusion) - this renders meld to be unusable for me, from now until I find a workaround.
I think this is a fairly niche use-case, and it doesn't really fit into our UI. I think Stephen was right; we should just make it easier to compare files with different basenames and/or improve the file comparison workflow.