id,summary,reporter,owner,description,type,status,priority,component,severity,resolution,keywords,cc,release 1655,AttributeError: 'PerforceCachedRepository' object has no attribute 'youngest',roblcecil@…,Lewis Baker,"I am using Trac 0.10.4 Stable on Windows, PyPerforce 0.3a1, PyProtocols 0.9.3, Python 2.4.4 and PerforcePlugin Trunk (0.4.4). This is what I am getting when I click Browse Source (after waiting for the Trac instance to startup) {{{ Traceback (most recent call last): File ""C:\Python24\Lib\site-packages\trac\web\main.py"", line 406, in dispatch_request dispatcher.dispatch(req) File ""C:\Python24\Lib\site-packages\trac\web\main.py"", line 237, in dispatch resp = chosen_handler.process_request(req) File ""C:\Python24\Lib\site-packages\trac\versioncontrol\web_ui\browser.py"", line 112, in process_request rev_or_latest = rev or repos.youngest_rev File ""c:\Python24\lib\site-packages\trac\versioncontrol\api.py"", line 211, in youngest_rev = property(lambda x: x.get_youngest_rev()) File ""C:\Python24\Lib\site-packages\trac\versioncontrol\cache.py"", line 216, in get_youngest_rev return self.youngest AttributeError: 'PerforceCachedRepository' object has no attribute 'youngest' }}} ",defect,closed,high,PerforcePlugin,blocker,fixed,PerforceCachedRepository youngest,,0.10