Opened 14 years ago
Closed 14 years ago
#112 closed task (fixed)
new commits are not showing up on tickets
| Reported by: | MrWabbit | Owned by: | Henrik Heimbuerger |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | Meta | Version: | n/a |
| Keywords: | trac | Cc: |
Description
new commits are not showing up on their corresponding tickets.
for instance changeset http://cortui.rtsquad.org/changeset/172 and ticket http://cortui.rtsquad.org/ticket/111
don't know how serious this is. assuming minor.
Change History (3)
comment:1 Changed 14 years ago by
| Status: | new → accepted |
|---|---|
| Type: | defect → task |
comment:2 Changed 14 years ago by
comment:3 Changed 14 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | accepted → closed |
Fixed by completely deactivating all components of the XmlRpcPlugin (which is used by the SVN hooks to communicate with Trac) and then reactivating them.
I'm not sure why this was necessary. The checkboxes in Administration -> General -> Plugins still indicated that all required components were still running, but the hooks (and me when testing manually) always got a 404 on /login/xmlrpc.
In the process, I also upgraded XmlRpcPlugin to the latest version (r11148), I hope that doesn't break something else.

Looks like you did everything right and it should have worked. I'll look into it.