Modify ↓
Opened 14 years ago
Closed 14 years ago
#7861 closed defect (invalid)
404 error with new GitPlugin version
Reported by: | Owned by: | Herbert Valerio Riedel | |
---|---|---|---|
Priority: | high | Component: | GitPlugin |
Severity: | blocker | Keywords: | |
Cc: | Trac Release: | 0.12 |
Description
Hi,
Since i upgraded my GitPlugin to the latest revision of github (it was yesterday). I get a 404 "Not found" error when i clicking on "Browse source". I use a cached repository plugin (revisions are stored in the database). I tried from a fresh install, and with another git repository. But i alwas get the same error in trac.log :
Trac[PyGIT] DEBUG: PyGIT.Storage instance 23112848 constructed Trac[PyGIT] DEBUG: requested weak PyGIT.Storage instance 23112848 for '/****/alias.git' Trac[git_fs] DEBUG: enabled CachedRepository for '/****/alias.git' Trac[PyGIT] DEBUG: triggered rebuild of commit tree db for 23112848 Trac[PyGIT] DEBUG: rebuilt commit tree db for 23112848 with 0 entries (took 45.2 ms) Trac[main] WARNING: HTTPNotFound: 404 Invalid changeset number (No changeset 653a3a6c0817f600cefc9d2ebf3950aa19869f3f in the repository)
Attachments (0)
Change History (3)
comment:1 Changed 14 years ago by
comment:2 Changed 14 years ago by
I fixed this problem. It turned out that it was a problem in my config. Thank you anyway.
comment:3 Changed 14 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Could you try with
cached_repository = false
for the mean time?