Opened 21 years ago
Closed 20 years ago
#1412 closed defect (worksforme)
trac-post-commit-hook not working
| Reported by: | Juanma Barranquero | Owned by: | Jonas Borgström |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | general | Version: | devel |
| Severity: | normal | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
After [1407], trac-post-commit-hook is no longer working for me. Any idea about what's happening or what can I check?
Attachments (0)
Change History (4)
comment:1 by , 21 years ago
comment:2 by , 21 years ago
Are you getting an error message from the svn client?
No.
One thing that changed is that the Trac package must now be on the python path for the subversion server (apache/svnserve). Which it should be if you installed it to a standard location.
Hmmm, not entirely sure I understand.
I have:
- Python installed on
C:\bin\python - Trac installed on
C:\bin\python(i.e.,share/*,scripts/*andlib/site-packages/trac/*) neo_cgi.pydonlib/site-packages- The Subversion Python bindings installed, and
PYTHONPATHpoints to it (and, moreover, there's asvn.pthonlib/site-packagesthat also points to it)
What more should I have?
comment:3 by , 21 years ago
comment:4 by , 20 years ago
| Resolution: | → worksforme |
|---|---|
| Status: | new → closed |
Over a year without activity. This issue doesn't seem to be relevant to any current versions.



Are you getting an error message from the svn client?
One thing that changed is that the Trac package must now be on the python path for the subversion server (apache/svnserve). Which it should be if you installed it to a standard location.