Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 468032 - dev-util/meld-1.7.2 unable to show diff of cvs repo AttributeError: 'Vc' object has no attribute '_get_tree_cache'
Summary: dev-util/meld-1.7.2 unable to show diff of cvs repo AttributeError: 'Vc' obje...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-30 16:38 UTC by Justin Lecher (RETIRED)
Modified: 2013-06-18 06:53 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Justin Lecher (RETIRED) gentoo-dev 2013-04-30 16:38:57 UTC
Just change some files in cvs and run 

meld .


~/tree/gnome-extra/zeitgeist-datasources $ meld .
Traceback (most recent call last):
  File "/usr/lib64/meld/meld/vcview.py", line 445, in on_row_activated
    self.run_diff( [path] )
  File "/usr/lib64/meld/meld/vcview.py", line 485, in run_diff
    status = self.vc._get_tree_cache(path).get(path, None)
AttributeError: 'Vc' object has no attribute '_get_tree_cache'


svn and git repos are fine
Comment 1 Justin Lecher (RETIRED) gentoo-dev 2013-06-18 06:42:51 UTC
Fixed in 1.7.3
Comment 2 Pacho Ramos gentoo-dev 2013-06-18 06:53:32 UTC
thanks for feedback