On Thu, Jun 27, 2013 at 5:21 PM, Chuck Tuffli <[email protected]> wrote: > I suspect this is the same issue Kai fixed recently for me. Give a > directory structure like: > > a/ > b/foo.c > c/bar.c > > meld would generate the error you mention if both foo.c and bar.c had > modifications. The fix (e79f5611799d0cd88e8ec630b699d9027503a45c I > think) in git fixed the problem I was seeing. > > --chuck
I rather not pull git right now. Kai, Just to be certain: Should I simply comment out self.vc.uncache_inventory() in _search_recursively_iter? - Gilboa > > > On Thu, Jun 27, 2013 at 5:08 AM, Gilboa Davara <[email protected]> wrote: >> Hi, >> >> I'm not really sure how it started, but 1.7.3 seems to be dislike my SVN >> tree. >> From time to time, trying to view file diff within a tree diff blows >> up with the following error: >> >> Traceback (most recent call last): >> File "/usr/share/meld/meld/vcview.py", line 576, in on_row_activated >> self.run_diff( [path] ) >> File "/usr/share/meld/meld/vcview.py", line 612, in run_diff >> [], [(os.path.basename(path), path)])[1][0] >> IndexError: list index out of range >> Traceback (most recent call last): >> File "/usr/share/meld/meld/vcview.py", line 576, in on_row_activated >> self.run_diff( [path] ) >> File "/usr/share/meld/meld/vcview.py", line 612, in run_diff >> [], [(os.path.basename(path), path)])[1][0] >> IndexError: list index out of range >> >> The only solution at this stage is to reopen meld. >> >> Thanks for a great software, >> Gilboa >> _______________________________________________ >> meld-list mailing list >> [email protected] >> https://mail.gnome.org/mailman/listinfo/meld-list _______________________________________________ meld-list mailing list [email protected] https://mail.gnome.org/mailman/listinfo/meld-list
