Modify ↓
Opened 18 years ago
Closed 18 years ago
#1655 closed defect (fixed)
AttributeError: 'PerforceCachedRepository' object has no attribute 'youngest'
| Reported by: | Owned by: | Lewis Baker | |
|---|---|---|---|
| Priority: | high | Component: | PerforcePlugin |
| Severity: | blocker | Keywords: | PerforceCachedRepository youngest |
| Cc: | Trac Release: | 0.10 |
Description
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 <lambda>
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'
Attachments (0)
Change History (4)
comment:1 Changed 18 years ago by
comment:3 Changed 18 years ago by
| Status: | new → assigned |
|---|
Sorry for the delay in responding, work has been very busy lately.
I'll look in to this over the next couple of days.
comment:4 Changed 18 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.



I am also getting this error. Did you ever resolve it?