Opened 15 years ago
Closed 15 years ago
#8399 closed defect (wontfix)
trac-post-commit-hook failure
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | general | Version: | 0.11.4 |
Severity: | normal | Keywords: | hook post-commit trac-post-commit-hook |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
Hi,
I just installed a new trac/svn installation and wanted to activate the trac-post-commit-hook hook. When I activate it and try to commit, I get the following failure:
Commit: Commit failed (details follow): Processing MERGE request response failed: The element type "module" must be terminated by the matching end-tag "</module>". (/svn/MYSITE/MYSITE.com/trunk) MERGE request failed on '/svn/MYSITE/MYSITE. com/trunk' (1 entry)
Notice the extra space after the 2nd MYSITE. before the com. I suspect that is the problem but I'm afraid my Python skills and knowledge of the Trac system are not enough to trace the problem.
Any ideas?
This is an InstallationIssue.
See e.g. http://code.zikula.org/trac-center/ticket/82 for hints. In their case, it was a wrong project name in an outdated post-commit hook (this post).
If you find the actual cause of the problem, feel free to provide some detailed summary here, as it's likely other people having a similar issue will fall onto this ticket via google…