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 Henrik Heimbuerger

Status: newaccepted
Type: defecttask

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

comment:2 Changed 14 years ago by SVN

New commit by cort (revision [179]):
[Test run for ticket #112] Dummy change to test if post-commit hook has been fixed.

comment:3 Changed 14 years ago by Henrik Heimbuerger

Resolution: fixed
Status: acceptedclosed

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.

Note: See TracTickets for help on using tickets.